Browse Source

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.
pull/789/head
Christopher Jones 12 years ago
parent
commit
88099a0a27
  1. 2
      sapi/apache2handler/config.m4

2
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*)

Loading…
Cancel
Save