From: Date: Sun, 31 Oct 1999 01:09:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0b3_RC2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91f068e4c5b9a1e209041a29fe4ed189499cd201;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 11738be4a2..e9c80fbb3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +1999-10-30 Rasmus Lerdorf + + * php_regex.h: typing in the dark + + * php_regex.h: + Damn, can't see underscores correctly on this silly terminal I am on + + * sapi/apache/mod_php4.c + sapi/apache/sapi_apache.c + ext/standard/browscap.c + ext/standard/reg.c + ext/standard/url.c + php_regex.h + php.h: + 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. + +1999-10-30 changelog + + * ChangeLog: ChangeLog update + 1999-10-29 Rasmus Lerdorf * ext/imap/imap.c: Fix typo found by hholzgra@media-engineering.de