]> granicus.if.org Git - php/commit
Clean up regex header file mess. php.h now explicitly includes php_regex.h
authorRasmus Lerdorf <rasmus@php.net>
Sat, 30 Oct 1999 14:22:10 +0000 (14:22 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Sat, 30 Oct 1999 14:22:10 +0000 (14:22 +0000)
commitcf0868fec89a1fcac53ff8421f9cf0d9345310c5
treeb6960232979da1ea74d39eefe06b13f8f4823069
parentbbb1a4f8eb5ba01ea783845182edf17a1711150d
Clean up regex header file mess.  php.h now explicitly includes php_regex.h
and php_regex.h figures out which regex header files to include and
defines symbols that prevents other stuff from including the wrong versions
of regex header files.
ext/ereg/ereg.c
ext/ereg/php_regex.h
ext/standard/browscap.c
ext/standard/reg.c
ext/standard/url.c
main/php.h
main/php_regex.h
sapi/apache/mod_php4.c
sapi/apache/sapi_apache.c