diff options
author | <changelog@php.net> | 2002-02-04 01:14:37 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-02-04 01:14:37 +0000 |
commit | 1f06429edb409d7ca8a8924dc7b3548f462e80b4 (patch) | |
tree | a638939caaf45119cfae8b9eabd4d92c41df4458 /ChangeLog | |
parent | 0abd719d2dd6244f19b62b8b359776d42bdb8f4f (diff) | |
download | php-git-1f06429edb409d7ca8a8924dc7b3548f462e80b4.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -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 |