summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-02-26 01:27:36 +0000
committer <changelog@php.net>2002-02-26 01:27:36 +0000
commit8774cc2dfa0b0fc187c90f19a70559fa7f2eb0b0 (patch)
tree998710b46f4a23e810d72b8da1c3cf0ed7e968ce
parent63669c6a64176b3315f6942da3822479fa1ab17e (diff)
downloadphp-git-8774cc2dfa0b0fc187c90f19a70559fa7f2eb0b0.tar.gz
ChangeLog update
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57838959d9..6447ede901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2002-02-25 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
+
+ * ext/pspell/pspell.c: Fix pspell function entry
+
+2002-02-25 jim winstead <jimw@apache.org>
+
+ * sapi/apache/config.m4:
+ make it more clear that --with-apache and --with-apxs only work with apache 1.x.
+
+2002-02-25 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/DB/ibase.php:
+ Experimental support for handling all the parameters accepted by
+ ibase_connect().
+
+2002-02-25 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
+
+ * NEWS:
+ Add news for mm save handler and multiple SAPI start up problem fix
+
+ * ext/session/mod_mm.c
+ ext/session/session.c: MFH
+ - Fixed CGI (or other SAPI) start up failure when mm save handler is used
+
2002-02-24 Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
* pear/DB/pgsql.php: