From: Date: Sun, 9 Oct 2005 05:41:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=204dfa9bad97f5ab72cacf810db897fb7f1e5e66;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7efca950b1..79e2897765 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2005-10-08 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + - Add ReflectionMethod::getPrototype() + - Add some usefull information to the method dump + . From where it was inherited + . The prototype + +2005-10-08 Pierre-Alain Joye + + * ext/gd/gd.c + ext/gd/gd_ctx.c: + - add compression mode argument to imagepng + (MFH to 5.1?) + +2005-10-08 Georg Richter + + * ext/mysqli/tests/bug34785.phpt + ext/mysqli/tests/bug34785.phpt: + + file bug34785.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + ext/mysqli/mysqli.c + ext/mysqli/mysqli_fe.c + ext/mysqli/tests/003.phpt + ext/mysqli/tests/006.phpt + ext/mysqli/tests/007.phpt + ext/mysqli/tests/008.phpt + ext/mysqli/tests/009.phpt + ext/mysqli/tests/010.phpt + ext/mysqli/tests/020.phpt + ext/mysqli/tests/023.phpt + ext/mysqli/tests/024.phpt + ext/mysqli/tests/025.phpt + ext/mysqli/tests/026.phpt + ext/mysqli/tests/042.phpt + ext/mysqli/tests/060.phpt + ext/mysqli/tests/065.phpt + ext/mysqli/tests/bug32405.phpt: + fix for bug 34785: + added support for parent::__construct (mysqli_statement and + mysqli_resultset) + fixed failed testcases when sql_mode is in effect + +2005-10-08 Derick Rethans + + * (PHP_5_1) + NEWS: + - MFH: Fixed bug #34676: missing support for strtotime("midnight") and + strtotime("noon"). + 2005-10-07 Marcus Boerger * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5d2e88f132..300e0f7f86 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2005-10-08 Marcus Boerger + + * zend_reflection_api.c: + - Add ReflectionMethod::getPrototype() + - Add some usefull information to the method dump + . From where it was inherited + . The prototype + 2005-10-07 Dmitry Stogov * zend_operators.c: