diff options
| author | <changelog@php.net> | 1999-10-31 01:09:17 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 1999-10-31 01:09:17 +0000 |
| commit | 91f068e4c5b9a1e209041a29fe4ed189499cd201 (patch) | |
| tree | 1e57c7e1629ca2668b3333978d90ef39524be526 | |
| parent | 5a391e843a4f271f90c741f591629c9c89cb929a (diff) | |
| download | php-git-91f068e4c5b9a1e209041a29fe4ed189499cd201.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +1999-10-30 Rasmus Lerdorf <rasmus@php.net> + + * 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@www> + + * ChangeLog: ChangeLog update + 1999-10-29 Rasmus Lerdorf <rasmus@php.net> * ext/imap/imap.c: Fix typo found by hholzgra@media-engineering.de |
