Lines Matching refs:apache
59 # Test that we're trying to configure with apache 1.x
89 …PHP_SELECT_SAPI(apache, $build_type, sapi_apache.c mod_php5.c php_apache.c, $APACHE_CPPFLAGS -I$AP…
125 PHP_ARG_WITH(apache,,
126 [ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
127 build directory [/usr/local/apache]], no, no)
131 if test "$PHP_SAPI" != "apache" && test "$PHP_APACHE" != "no"; then
135 PHP_APACHE=/usr/local/apache
138 APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache/mod_php5.* sapi/apache/libphp5.module"
147 PHP_SELECT_SAPI(apache, static, sapi_apache.c mod_php5.c php_apache.c, $APACHE_INCLUDE)
166 PHP_SELECT_SAPI(apache, static, sapi_apache.c mod_php5.c php_apache.c, $APACHE_INCLUDE)
167 …_FILES $APACHE_TARGET; cp $srcdir/sapi/apache/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp $sr…
190 PHP_SELECT_SAPI(apache, static, sapi_apache.c mod_php5.c php_apache.c, $APACHE_INCLUDE)
192 …_FILES $APACHE_TARGET; cp $srcdir/sapi/apache/apMakefile.tmpl $APACHE_TARGET/Makefile.tmpl; cp $sr…
207 elif test -f $PHP_APACHE/apache/httpd.h; then
208 APACHE_INCLUDE="-I$PHP_APACHE/apache -I$PHP_APACHE/ssl/include"
209 APACHE_TARGET=$PHP_APACHE/apache
210 PHP_SELECT_SAPI(apache, static, sapi_apache.c mod_php5.c php_apache.c, $APACHE_INCLUDE)
215 if test -f $PHP_APACHE/apache/ap_config.h; then
249 $php_shtool mkdir -p sapi/apache
250 PHP_OUTPUT(sapi/apache/libphp5.module)
256 APXS_EXP=-bE:sapi/apache/mod_php5.exp