]> granicus.if.org Git - php/commit
Improve regex library selection. It lets user specify whether they want
authorSascha Schumann <sas@php.net>
Sat, 13 Nov 1999 16:51:33 +0000 (16:51 +0000)
committerSascha Schumann <sas@php.net>
Sat, 13 Nov 1999 16:51:33 +0000 (16:51 +0000)
commitbcb2214e9951b271d073314870bf09a6a87435f5
treeb3a1540deb25e4480d62c57854ba092479191e28
parentc166a6fb835c5b43a782da141c1543e8a1878229
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".
15 files changed:
Makefile.am
acinclude.m4
configure.in
ext/ereg/ereg.c
ext/ereg/php_regex.h
ext/ereg/regex/regex_extra.h [new file with mode: 0644]
ext/ereg/regex/utils.h
ext/standard/config.m4
ext/standard/reg.c
main/php.h
main/php_regex.h
regex/regex_extra.h [new file with mode: 0644]
regex/utils.h
sapi/apache/config.m4
sapi/apache/libphp4.module.in