diff options
| author | Sascha Schumann <sas@php.net> | 1999-11-13 16:51:33 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-11-13 16:51:33 +0000 |
| commit | bcb2214e9951b271d073314870bf09a6a87435f5 (patch) | |
| tree | b3a1540deb25e4480d62c57854ba092479191e28 /sapi/apache/libphp4.module.in | |
| parent | c166a6fb835c5b43a782da141c1543e8a1878229 (diff) | |
| download | php-git-bcb2214e9951b271d073314870bf09a6a87435f5.tar.gz | |
Improve regex library selection. It lets user specify whether they want
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".
Diffstat (limited to 'sapi/apache/libphp4.module.in')
| -rw-r--r-- | sapi/apache/libphp4.module.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/libphp4.module.in b/sapi/apache/libphp4.module.in index 687c1c46ac..8ecf83ebaa 100644 --- a/sapi/apache/libphp4.module.in +++ b/sapi/apache/libphp4.module.in @@ -1,6 +1,6 @@ Name: php4_module ConfigStart - RULE_WANTHSREGEX=@HSREGEX@ + 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@" |
