diff options
author | <changelog@php.net> | 2005-03-21 01:42:27 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-03-21 01:42:27 +0000 |
commit | 0ac2c94ffabf4fe5f87b2604ebb978c778d61853 (patch) | |
tree | bb641ceb788f3cca7f9de84d8f032c02c38c19b1 | |
parent | 6895ef99c030255d3d1112ae4f9a7179b13f3672 (diff) | |
download | php-git-0ac2c94ffabf4fe5f87b2604ebb978c778d61853.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 39 | ||||
-rw-r--r-- | Zend/ChangeLog | 8 |
2 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,42 @@ +2005-03-20 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> + + * ZendEngine2/tests/bug31102.phpt: + - Added missing description (thanks jani) + + * ZendEngine2/tests/bug31102.phpt: + - Add new test + +2005-03-20 Ilia Alshanetsky <ilia@prohost.org> + + * (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 <zeev@zend.com> + + * 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 <jani.taskinen@kolumbus.fi> + + * ext/pgsql/pgsql.c: + - Fixed a warning (might also be an error with some exotic compiler) + +2005-03-20 Christopher Kings-Lynne <chriskl@users.sourceforge.net> + + * 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 <marcus.boerger@post.rwth-aachen.de> * 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 <marcus.boerger@post.rwth-aachen.de> + + * tests/bug31102.phpt: + - Added missing description (thanks jani) + + * tests/bug31102.phpt: + - Add new test + 2005-03-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_object_handlers.c: |