From: Date: Mon, 21 Mar 2005 01:42:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ac2c94ffabf4fe5f87b2604ebb978c778d61853;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 26ae47a0b5..550711354b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2005-03-20 Marcus Boerger + + * ZendEngine2/tests/bug31102.phpt: + - Added missing description (thanks jani) + + * ZendEngine2/tests/bug31102.phpt: + - Add new test + +2005-03-20 Ilia Alshanetsky + + * (PHP_5_0) + run-tests.php: + MFH: Detect shtool properly when build-dir != php source dir. + + * run-tests.php: + Detect shtool properly when build-dir != php source dir. + +2005-03-20 Zeev Suraski + + * TSRM/TSRM.c: + Merge + + * (PHP_5_0) + TSRM/TSRM.c: + Fix the lock (the other patch would probably also work, but it's more error + prone and it's better to be on the safe side) + +2005-03-20 Jani Taskinen + + * ext/pgsql/pgsql.c: + - Fixed a warning (might also be an error with some exotic compiler) + +2005-03-20 Christopher Kings-Lynne + + * ext/pgsql/pgsql.c + ext/pgsql/tests/03sync_query.phpt: + Two of the diagnostic definitions were added in 8.0. Add appropriate + #ifdefs. + 2005-03-19 Marcus Boerger * ZendEngine2/zend_object_handlers.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index d856557cca..b8870035fb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2005-03-20 Marcus Boerger + + * tests/bug31102.phpt: + - Added missing description (thanks jani) + + * tests/bug31102.phpt: + - Add new test + 2005-03-19 Marcus Boerger * zend_object_handlers.c: