From 88099a0a27b8c95cf665f6c932672d2b25d305c4 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 29 Aug 2014 08:47:10 -0700 Subject: [PATCH] Allow PHP 7 to install in Apache 2 on OS X This fixes the fundamental part of #67910. The complete change from php5 -> php7 in sapi/* still needs to be done. --- sapi/apache2handler/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 02f8a0b3ad..a0080a654a 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -100,7 +100,7 @@ if test "$PHP_APXS2" != "no"; then MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS" PHP_SUBST(MH_BUNDLE_FLAGS) PHP_SELECT_SAPI(apache2handler, bundle, mod_php5.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS) - SAPI_SHARED=libs/libphp5.so + SAPI_SHARED=libs/libphp7.so INSTALL_IT="$INSTALL_IT $SAPI_SHARED" ;; *beos*) -- 2.50.1