From: Date: Sat, 21 May 2005 00:33:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d459f26b6208dbba61f5157c0a9565160c2e9ecb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 76aca907aa..770c74ba9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,90 @@ +2005-05-20 Grant Croker + + * (PHP_4_3) + ext/ingres_ii/config.m4 + ext/ingres_ii/config.m4: + - Fixed bug #30593 (--with-ingres option generates broken Makefile). + +2005-05-20 Rob Richards + + * (PHP_5_0) + ext/dom/element.c + ext/dom/node.c: + MFH: correct fix for bug #33059 + - fix issue in other methods + + * ext/dom/element.c + ext/dom/node.c: + - correct fix for bug #33059 + - fix issue in other methods + +2005-05-20 Antony Dovgal + + * (PHP_5_0) + NEWS + ext/standard/string.c + ext/standard/tests/strings/bug33076.phpt: + MFH: + fix bug #33076 (str_ireplace() incorrectly counts result string length and + may cause segfault) + add test + + * ext/standard/tests/strings/bug33076.phpt + ext/standard/tests/strings/bug33076.phpt: + + fix bug #33076 (str_ireplace() incorrectly counts result string length and + may cause segfault) + add test + + * ext/standard/string.c: + fix bug #33076 (str_ireplace() incorrectly counts result string length and + may cause segfault) + add test + +2005-05-20 Jani Taskinen + + * build/shtool: + Update bundled shtool to 2.0.1 (see also bug #33023) + +2005-05-20 Derick Rethans + + * (PHP_4_3) + NEWS: + Update NEWS + + * (PHP_5_0) + NEWS: + - Update NEWS + + * (PHP_5_0) + ext/standard/parsedate.y: + - MFH: Fixed bug #33013: "next month" was handled wrong. + + * (PHP_4_3) + ext/standard/parsedate.y: + - Fixed bug #33013: "next month" was done wrong. + +2005-05-20 Antony Dovgal + + * (PHP_4_3) + NEWS + NEWS + ext/session/session.c + ext/session/session.c: + MFH: fix bug #32944 (Disabling session.use_cookies doesn't prevent reading + session cookies) + + * ext/session/session.c: + fix bug #32944 (Disabling session.use_cookies doesn't prevent reading + session cookies) + +2005-05-20 Jani Taskinen + + * (PHP_4_3) + NEWS + NEWS: + reorder + 2005-05-19 Rasmus Lerdorf * (PHP_5_0)