From: Date: Tue, 4 Mar 2008 01:31:37 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~265 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a9393f2d99fe85b898b2eac6ed6db44f94d1db6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7bd4bdaf59..982a7b56f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2008-03-03 Ilia Alshanetsky + + * (PHP_5_2) + ext/pdo/pdo_dbh.c: + MFB: Fixed bug #44166 (Parameter handling flaw in + PDO::getAvailableDrivers()) + + * (PHP_5_2) + NEWS + ext/pdo/pdo_dbh.c: + + MFB: Fixed bug #44166 (Parameter handling flaw in + PDO::getAvailableDrivers()) + + * (PHP_5_3) + ext/pdo/pdo_dbh.c: + Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()) + +2008-03-03 Johannes Schlüter + + * (PHP_5_3) + ext/pdo/pdo_stmt.c + ext/pdo/tests/pdo_035.phpt: + MFH: Fix get_parent_class() of PDORow instances + + * ext/pdo/pdo_stmt.c + ext/pdo/tests/pdo_035.phpt + ext/pdo/tests/pdo_035.phpt: + - Fix get_parent_class() of PDORow instances + +2008-03-03 Robin Fernandes + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/tests/errmsg_024.phpt + ZendEngine2/tests/errmsg_024.phpt + ZendEngine2/tests/lsb_019.phpt + ZendEngine2/tests/lsb_019.phpt + ZendEngine2/tests/lsb_019.phpt + ZendEngine2/tests/lsb_020.phpt + ZendEngine2/tests/lsb_020.phpt + ZendEngine2/tests/lsb_020.phpt + ext/reflection/tests/static_properties_002.phpt + ext/reflection/tests/static_properties_002.phpt + tests/classes/property_override_protectedStatic_publicStatic.phpt + tests/classes/property_override_protectedStatic_publicStatic.phpt: + Remove inconsistent behaviour when a protected static prop is overridden by + public static prop (details: http://turl.ca/phhhf ). + +2008-03-03 Dmitry Stogov + + * (PHP_5_3) + ext/pcre/php_pcre.c: + Removed unnecassary strlen() + 2008-03-02 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dd07c83ca8..2da634e957 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2008-03-03 Robin Fernandes + + * zend_compile.c + zend_compile.c + tests/errmsg_024.phpt + tests/errmsg_024.phpt + tests/lsb_019.phpt + tests/lsb_019.phpt + tests/lsb_019.phpt + tests/lsb_020.phpt + tests/lsb_020.phpt + tests/lsb_020.phpt: + Remove inconsistent behaviour when a protected static prop is overridden by + public static prop (details: http://turl.ca/phhhf ). + 2008-03-01 Johannes Schlüter * (PHP_5_3)