From c2da7dc4a957c41ce920a125417fd4fd6380f705 Mon Sep 17 00:00:00 2001 From: Date: Tue, 23 Oct 2001 00:10:31 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/ChangeLog b/ChangeLog index 91b28e680a..d1c58ae09c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,101 @@ +2001-10-22 Richard Heyes + + * pear/Mail/mimeDecode.php: + Bugfix. Some headers were being returned with a preceding space when they + shouldn't have. + +2001-10-22 Rasmus Lerdorf + + * ext/standard/array.c: + Use references instead of making a copy each time in array_init(). About + twice as fast for a high number of elements. 2.80 seconds for the copy + of 1,000,000 elements and 1.39s for the reference version. Need to chunk + it every 62k or so because refcount is a short. + +2001-10-22 Andrei Zmievski + + * README.PARAMETER_PARSING_API: Fix-up. + + * README.PARAMETER_PARSING_API: + Adding some docs for new parameter parsing API. They really should be more + fleshed out. + + * ext/ctype/ctype.c: Remove redundant conversion. + +2001-10-22 Hartmut Holzgraefe + + * ext/ctype/ctype.c: new-style parameter parsing + +2001-10-22 Sterling Hughes + + * pear/Net/Curl.php: Fix bug 13038 + +2001-10-22 Andrei Zmievski + + * ext/session/php_session.h: Fix build. + + * ext/session/session.c: Fix ZTS build. + + * ext/session/session.c: + - Added session_cache_expire() function. (patch from anuradha@gnu.org) + +2001-10-22 Jeroen van Wolffelaar + + * ext/standard/tests/versioning/.cvsignore + ext/standard/tests/array/.cvsignore + ext/standard/tests/file/.cvsignore + ext/standard/tests/serialize/.cvsignore + ext/standard/tests/strings/.cvsignore: + .cvsignore now everywhere in ext/standard + + * ext/standard/tests/math/001.phpt + ext/standard/tests/math/abs.phpt + ext/standard/tests/math/pow.phpt + ext/standard/tests/math/round.phpt: + MFH (math tests pass now - at least on my system) + + * ext/standard/tests/math/001.phpt + ext/standard/tests/math/abs.phpt + ext/standard/tests/math/pow.phpt + ext/standard/tests/math/round.phpt: + Make math tests pass, round & co don't work this way, and there was an error + in expected output + +2001-10-22 Jani Taskinen + + * ext/zlib/tests/.cvsignore: Yet another missing .cvsignore file + +2001-10-22 Frank M. Kromann + + * pear/DB/fbsql.php: Fixing drop table statement. + Fixing error in tableInfo() + +2001-10-22 Jani Taskinen + + * ext/gmp/tests/.cvsignore + ext/mcrypt/tests/.cvsignore + ext/satellite/tests/.cvsignore: Missing .cvsignore files added. + + * ext/ctype/tests/001.phpt + ext/ctype/tests/002.phpt: + Use of deprecated stuff and having error_reporting(E_ALL) made the tests fail. + + * ext/satellite/tests/003.phpt: Deprecated style used + + * main/.cvsignore: Added missing entry. + + * ext/standard/tests/time/002.phpt: MFH + + * ext/standard/tests/time/002.phpt: Fixed bug: #12617 + + * ext/iconv/iconv.c + ext/iconv/php_iconv.h: MFH + + * ext/iconv/iconv.c + ext/iconv/php_iconv.h: Fixed bug: #12443 + + * ext/iconv/tests/.cvsignore: Missing .cvsignore file + 2001-10-21 Rasmus Lerdorf * main/SAPI.c: MFH -- 2.40.0