summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-02-04 01:14:37 +0000
committer <changelog@php.net>2002-02-04 01:14:37 +0000
commit1f06429edb409d7ca8a8924dc7b3548f462e80b4 (patch)
treea638939caaf45119cfae8b9eabd4d92c41df4458 /ChangeLog
parent0abd719d2dd6244f19b62b8b359776d42bdb8f4f (diff)
downloadphp-git-1f06429edb409d7ca8a8924dc7b3548f462e80b4.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19d5f0846c..590fec3552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2002-02-03 jim winstead <jimw@apache.org>
+
+ * makedist: don't include old changelogs in distribution, either
+
+2002-02-03 Adam Dickmeiss <adam@indexdata.dk>
+
+ * Makefile.in
+ configure.in:
+ Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824
+
+2002-02-03 Martin Jansen <mail@martin-jansen.de>
+
+ * pear/DB/ibase.php:
+ * nextID() and tableInfo() support by Lutz Brueckner <lb@lamuella.de>.
+
+2002-02-03 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp>
+
+ * ext/session/mod_files.c
+ ext/session/session.c:
+ Revert last commit. Last patch has problem for the 1st request.
+
+ * ext/session/mod_files.c
+ ext/session/session.c: Fixed crash when save_path is invalid.
+ Fixed crash when user save handler is incorrectly used.
+ Fixed crash when session read failed.
+
+ * ext/iconv/tests/001.phpt
+ ext/iconv/tests/002.inc
+ ext/iconv/tests/002.phpt
+ ext/iconv/tests/skipif.inc: Added UCS4 test
+
+ * sapi/roxen/roxen.c: MFH
+
2002-02-02 Shane Caraveo <shane@caraveo.com>
* sapi/isapi/stresstest/getopt.c