diff options
author | <changelog@php.net> | 2005-07-23 05:39:09 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-07-23 05:39:09 +0000 |
commit | 84f28ce6c1015c3dba279e5c39e30e53033e20c6 (patch) | |
tree | 671c7005b4c88dff63622bfadc5e52bb2f47ef6d /ChangeLog | |
parent | 03897956b2d60c98ebdd1261e955d1b06008cc2f (diff) | |
download | php-git-84f28ce6c1015c3dba279e5c39e30e53033e20c6.tar.gz |
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -1,3 +1,38 @@ +2005-07-22 Jani Taskinen <jani.taskinen@sci.fi> + + * ext/pgsql/config.m4: + revert fix that did not fix anything + +2005-07-22 Yasuo Ohgaki <yohgaki@ohgaki.net> + + * ext/pgsql/config.m4: + fix build with older postgresql + +2005-07-22 Anantha Kesari H Y <hyanantha@novell.com> + + * (PHP_5_0) + main/php_syslog.h: + NetWare can make use of Autoconf based build + +2005-07-22 Dmitry Stogov <dmitry@zend.com> + + * tests/lang/bug25922.phpt + tests/lang/bug25922.phpt: + $context is not longer passed by reference, so its modification has no + effect + + * ZendEngine2/tests/bug33802.phpt + ZendEngine2/tests/bug33802.phpt: + + Fixed bug #33802 (throw Exception in error handler causes crash) + + * NEWS + NEWS + ZendEngine2/zend.c + ZendEngine2/zend.c + ZendEngine2/tests/bug33802.phpt: + Fixed bug #33802 (throw Exception in error handler causes crash) + 2005-07-21 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * ZendEngine2/zend_execute_API.c: |