From: Christopher Jones Date: Fri, 29 Aug 2014 15:47:10 +0000 (-0700) Subject: Allow PHP 7 to install in Apache 2 on OS X X-Git-Tag: PRE_PHP7_REMOVALS~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88099a0a27b8c95cf665f6c932672d2b25d305c4;p=php 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. --- 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*)