summarylogtreecommitdiffstats
path: root/phpize.m4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'phpize.m4.patch')
-rw-r--r--phpize.m4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/phpize.m4.patch b/phpize.m4.patch
new file mode 100644
index 000000000000..365f52d84c42
--- /dev/null
+++ b/phpize.m4.patch
@@ -0,0 +1,13 @@
+--- scripts/phpize.m4.orig 2021-01-05 11:45:07.000000000 +0100
++++ scripts/phpize.m4 2021-01-31 12:03:46.869682067 +0100
+@@ -50,8 +50,8 @@
+ dnl Find php-config script.
+ PHP_ARG_WITH([php-config],,
+ [AS_HELP_STRING([--with-php-config=PATH],
+- [Path to php-config [php-config]])],
+- [php-config],
++ [Path to php-config74 [php-config74]])],
++ [php-config74],
+ [no])
+
+ dnl For BC.