summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-12-28 02:09:03 +0000
committer <changelog@php.net>1999-12-28 02:09:03 +0000
commit53da0c2fba347baf9e1b975032b287bb9130285a (patch)
tree266ae492fa6894b6ff793c94fc2706b47ed8f148
parent5a0e5b7fc60cc93f78195304086644cc4731715e (diff)
downloadphp-git-53da0c2fba347baf9e1b975032b287bb9130285a.tar.gz
ChangeLog update
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fe0fa7577..8320aa26b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+1999-12-27 Ryan Bloom <rbb@apache.org>
+
+ * sapi/apache/config.m4:
+ Beginning work to get PHP 4 to work with Apache 2.0. This change detects
+ Apache 2.0 properly.
+
+1999-12-27 Zeev Suraski <zeev@php.net>
+
+ * sapi/cgi/cgi_main.c: Fixed -c support in the standalone CGI binary (Zeev)
+
+1999-12-27 Andrei Zmievski <andrei@ispi.net>
+
+ * NEWS: Format fix.
+
+1999-12-27 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/dbase/dbf_misc.c: Build correctly on systems which lack localtime_r
+
1999-12-26 Sascha Schumann <sascha@schumann.cx>
* ext/standard/config.m4: Cache results of crypt capability checks