From: Date: Fri, 18 Apr 2008 01:31:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0b1~334 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c1ba80062f9270878fff54d737b52a33291bb81;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0993461a83..a87dc9b94e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,60 @@ +2008-04-17 Rob Richards + + * (PHP_5_3) + NEWS: + BFN + + * (PHP_5_3) + ext/dom/element.c + ext/dom/tests/bug44648.phpt: + MFH: fix bug #44648 (Attribute names not checked for wellformedness) + add test + fix some warnings + + * ext/dom/tests/bug44648.phpt + ext/dom/tests/bug44648.phpt: + + fix bug #44648 (Attribute names not checked for wellformedness) + fix some warnings + + * ext/dom/element.c: + fix bug #44648 (Attribute names not checked for wellformedness) + fix some warnings + +2008-04-17 Felipe Pena + + * ZendEngine2/tests/023.phpt: + - New test + + * ZendEngine2/tests/023.phpt + ZendEngine2/tests/023.phpt: + + file 023.phpt was initially added on branch PHP_5_3. + +2008-04-17 Antony Dovgal + + * (PHP_5_2) + NEWS: + make Matt happy =) + +2008-04-17 Felipe Pena + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + - Fixed typo + + * (PHP_5_2) + ext/imap/php_imap.c: + - Fix typo + +2008-04-17 Dmitry Stogov + + * ZendEngine2/zend.c + ZendEngine2/zend.c + ZendEngine2/zend_exceptions.c + ZendEngine2/zend_exceptions.c: + Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI) + 2008-04-16 Ilia Alshanetsky * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ebfce6f5f5..45f96e1110 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,21 @@ +2008-04-17 Felipe Pena + + * tests/023.phpt: + - New test + + * tests/023.phpt + tests/023.phpt: + + file 023.phpt was initially added on branch PHP_5_3. + +2008-04-17 Dmitry Stogov + + * zend.c + zend.c + zend_exceptions.c + zend_exceptions.c: + Fixed bug #44226 (Throwing an exception causes crash in multithreaded SAPI) + 2008-04-15 Dmitry Stogov * zend_execute.h