summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2014-08-29 08:47:10 -0700
committerChristopher Jones <sixd@php.net>2014-08-29 08:47:10 -0700
commit88099a0a27b8c95cf665f6c932672d2b25d305c4 (patch)
tree603922504c3313ae7ec0551e6bfb3ba1566fe400
parentd3fb1859f0db44c19b7766a8f6dda6b212ce9ce6 (diff)
downloadphp-git-88099a0a27b8c95cf665f6c932672d2b25d305c4.tar.gz
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.
-rw-r--r--sapi/apache2handler/config.m42
1 files changed, 1 insertions, 1 deletions
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*)