mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00

system, apache, or php's regex library by using the --with-regex option. "php" is the default; if you use --with-apache in combination with Apache 1.3.x, the default is "apache".
7 lines
254 B
Text
7 lines
254 B
Text
Name: php4_module
|
|
ConfigStart
|
|
RULE_WANTHSREGEX=@APACHE_WANT_HSREGEX@
|
|
LIBS="@NATIVE_RPATHS@ @PHP_LIBS@ @EXTRA_LIBS@ @LIBS@ $LIBS"
|
|
RULE_HIDE=yes
|
|
CFLAGS="$CFLAGS -I@abs_srcdir@ -I@abs_srcdir@/libzend -I@abs_builddir@/libzend -I@abs_builddir@"
|
|
ConfigEnd
|