From 8816216a48c3cece18763f4964c040a017ad58e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Sep 2021 08:35:25 +0200 Subject: update to 1.4.1 open https://github.com/zephir-lang/php-zephir-parser/issues/132 missing and bad files in archive --- Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9584397..8a6442d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../common/Makefile -refl: - php -d extension=zephir_parser.so --ri "zephir parser" > PHPINFO - php -d extension=zephir_parser.so --re "zephir parser" > REFLECTION -- cgit