From a0ff3c597ded5b3aa1f2712b0d73131bc8fe4a06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Nov 2021 16:54:17 +0100 Subject: refresh reflection with PHP 8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80f13aa..72a5957 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ include ../../../common/Makefile refl: $(NAME).spec php --re imagick >REFLECTION-im7 php --ri imagick >PHPINFO-im7 - php74 --re imagick >REFLECTION-im6 - php74 --ri imagick >PHPINFO-im6 + php80 --re imagick >REFLECTION-im6 + php80 --ri imagick >PHPINFO-im6 -- cgit