diff options
Diffstat (limited to 'lang/php81/files/patch-build_Makefile.global')
-rw-r--r-- | lang/php81/files/patch-build_Makefile.global | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php81/files/patch-build_Makefile.global b/lang/php81/files/patch-build_Makefile.global index 4b838d157941..d18a33114464 100644 --- a/lang/php81/files/patch-build_Makefile.global +++ b/lang/php81/files/patch-build_Makefile.global @@ -1,6 +1,6 @@ ---- build/Makefile.global.orig 2019-08-06 06:54:07 UTC +--- build/Makefile.global.orig 2023-03-14 19:50:20 UTC +++ build/Makefile.global -@@ -89,14 +89,14 @@ test: all +@@ -92,14 +92,14 @@ test: all @if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \ INI_FILE=`$(PHP_EXECUTABLE) -d 'display_errors=stderr' -r 'echo php_ini_loaded_file();' 2> /dev/null`; \ if test "$$INI_FILE"; then \ |