summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-10-31 01:09:17 +0000
committer <changelog@php.net>1999-10-31 01:09:17 +0000
commit91f068e4c5b9a1e209041a29fe4ed189499cd201 (patch)
tree1e57c7e1629ca2668b3333978d90ef39524be526
parent5a391e843a4f271f90c741f591629c9c89cb929a (diff)
downloadphp-git-91f068e4c5b9a1e209041a29fe4ed189499cd201.tar.gz
ChangeLog update
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11738be4a2..e9c80fbb3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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