From: Date: Mon, 20 Oct 2008 01:32:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=045181f57cf0cfe9761c1d756a649a730fa11cd0;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0be9fe7a3b..aa92ec2bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2008-10-19 Felipe Pena + + * ext/pdo_mysql/tests/bug_43371.phpt + ext/pdo_mysql/tests/bug_43371.phpt: + - Fixed test + +2008-10-19 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ZendEngine2/zend_builtin_functions.c: + MFB: Fixed bug #46341 (Added missing validation checks into define() for + class constants) + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c: + Fixed bug #46341 (Added missing validation checks into define() for class + constants) + +2008-10-19 Johannes Schlüter + + * run-tests.php + run-tests.php + run-tests.php: + Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, + too + +2008-10-19 Etienne Kneuss + + * (PHP_5_2) + ext/spl/spl_array.c + ext/spl/tests/arrayObject___construct_error1.phpt + ext/spl/tests/arrayObject_setIteratorClass_error1.phpt: + MFB: Fix #46317 (Iterator class not properly checked) + + * (PHP_5_3) + ext/spl/spl_array.c + ext/spl/tests/arrayObject___construct_error1.phpt + ext/spl/tests/arrayObject_setIteratorClass_error1.phpt: + Fix #46317 (Iterator class not properly checked) + + * ext/spl/spl_array.c: + Link to spl iterator + +2008-10-19 Johannes Schlüter + + * ext/pdo_mysql/tests/mysql_pdo_test.inc: + fix mysqlnd detection + + * ext/mysqlnd/mysqlnd_ps.c: + Don't dereference NULL-pointer + + * ext/pdo_mysql/tests/bug46292.phpt + ext/pdo_mysql/tests/bug46292.phpt + ext/pdo_mysql/tests/pdo_mysql_subclass.phpt + ext/pdo_mysql/tests/pdo_mysql_subclass.phpt: + Fix test + 2008-10-18 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 47df6c573a..2ef4768f61 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2008-10-19 Ilia Alshanetsky + + * (PHP_5_2) + zend_builtin_functions.c: + MFB: Fixed bug #46341 (Added missing validation checks into define() for + class constants) + + * (PHP_5_3) + zend_builtin_functions.c: + Fixed bug #46341 (Added missing validation checks into define() for class + constants) + 2008-10-17 Dmitry Stogov * zend_object_handlers.c