Skip to content

Commit 88099a0

Browse files
committedAug 29, 2014
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.
1 parent d3fb185 commit 88099a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sapi/apache2handler/config.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ if test "$PHP_APXS2" != "no"; then
100100
MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
101101
PHP_SUBST(MH_BUNDLE_FLAGS)
102102
PHP_SELECT_SAPI(apache2handler, bundle, mod_php5.c sapi_apache2.c apache_config.c php_functions.c, $APACHE_CFLAGS)
103-
SAPI_SHARED=libs/libphp5.so
103+
SAPI_SHARED=libs/libphp7.so
104104
INSTALL_IT="$INSTALL_IT $SAPI_SHARED"
105105
;;
106106
*beos*)

0 commit comments

Comments
 (0)