mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
824fdad6c1
branch of the apache sapi. Now it lives on its own. General functionality seems to be working, though there may be a problem with some output buffering, most likely due to the way that sapi_deactivate needs to be mangled with here.
12 lines
555 B
Plaintext
12 lines
555 B
Plaintext
Name: php4_module
|
|
ConfigStart
|
|
RULE_WANTHSREGEX=no
|
|
RULE_HIDE=yes
|
|
PHP_LIBS="@NATIVE_RPATHS@ @PHP_LDFLAGS@ @PHP_LIBS@ @EXTRA_LIBS@ $LIBS"
|
|
PHP_CFLAGS="$CFLAGS @OPENSSL_INCDIR_OPT@ -I@php_abs_top_builddir@/main -I@php_abs_top_builddir@/Zend -I@php_abs_top_builddir@/TSRM -I@php_abs_top_srcdir@ -I@php_abs_top_srcdir@/sapi/apache -I@php_abs_top_srcdir@/main -I@php_abs_top_srcdir@/Zend -I@php_abs_top_srcdir@/TSRM"
|
|
my_outfile="Makefile.config"
|
|
echo "PHP_CFLAGS=$PHP_CFLAGS" >>$my_outfile
|
|
echo "PHP_LIBS=$PHP_LIBS" >>$my_outfile
|
|
LIBS=$PHP_LIBS
|
|
ConfigEnd
|