From 1061308ba7160b89e64adf0349a3a297137e9a8b Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff Date: Wed, 21 Oct 2020 22:58:51 +0000 Subject: Welcome PHP 8.0 RC 2 to the ports tree There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848 --- lang/php80/files/patch-sapi_apache2handler_config.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/php80/files/patch-sapi_apache2handler_config.m4 (limited to 'lang/php80/files/patch-sapi_apache2handler_config.m4') diff --git a/lang/php80/files/patch-sapi_apache2handler_config.m4 b/lang/php80/files/patch-sapi_apache2handler_config.m4 new file mode 100644 index 000000000000..5b0cfb9d4591 --- /dev/null +++ b/lang/php80/files/patch-sapi_apache2handler_config.m4 @@ -0,0 +1,11 @@ +--- sapi/apache2handler/config.m4.orig 2018-08-14 11:39:14 UTC ++++ sapi/apache2handler/config.m4 +@@ -65,7 +65,7 @@ if test "$PHP_APXS2" != "no"; then + fi + + APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` +- if test -z `$APXS -q SYSCONFDIR`; then ++ if true; then + INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ + $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ + -i -n php7" -- cgit v1.2.3