From: Date: Mon, 5 Jan 2009 01:32:20 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19b2e980b8fc3a5c269251adc74b101a3820fbeb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c96aa09e4f..173c0f7c3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2009-01-04 Pierre-Alain Joye + + * (PHP_5_3) + sapi/embed/php_embed.c: + - fix build + +2009-01-04 Ilia Alshanetsky + + * ext/sqlite3/sqlite3.c: + + MFB: Added missing initialization + + * (PHP_5_3) + ext/sqlite3/sqlite3.c: + Added missing initialization + +2009-01-04 Antony Dovgal + + * (PHP_5_3) + run-tests.php: + MFH: fix PDO and other 'redirected' tests - add that "# original source" + line only if the test fails + + * run-tests.php: + fix PDO and other 'redirected' tests - add that "# original source" line + only if the test fails + + * ext/standard/tests/general_functions/phpinfo.phpt + ext/standard/tests/general_functions/phpinfo.phpt: + fix test + +2009-01-04 Marcus Boerger + + * .gdbinit: + - Add compiler globals as + +2009-01-04 Antony Dovgal + + * ext/standard/info.c: + capitalize + + * (PHP_5_2) + ext/posix/posix.c: + MFH: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define + utsname.domainname + (c) felipe, Sun Jun 22 21:45:42 2008 UTC + +2009-01-04 Marcus Boerger + + * (PHP_5_3) + ZendEngine2/zend_closures.c + ZendEngine2/tests/closure_036.phpt: + - MFH - Set scope when copying a closure with a new this pointer. + + * ZendEngine2/zend_closures.c + ZendEngine2/tests/closure_036.phpt + ZendEngine2/tests/closure_036.phpt: + - Set scope when copying a closure with a new this pointer. + 2009-01-03 Felipe Pena * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index eaad46ae62..ba02d53cb6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2009-01-04 Marcus Boerger + + * (PHP_5_3) + zend_closures.c + tests/closure_036.phpt: + - MFH - Set scope when copying a closure with a new this pointer. + + * zend_closures.c + tests/closure_036.phpt + tests/closure_036.phpt: + - Set scope when copying a closure with a new this pointer. + 2009-01-03 Marcus Boerger * (PHP_5_3)