diff options
author | <changelog@php.net> | 2005-08-03 05:36:05 +0000 |
---|---|---|
committer | <changelog@php.net> | 2005-08-03 05:36:05 +0000 |
commit | d1623186d59e0b59f77bce988a10f7dfe9641019 (patch) | |
tree | bd6b28a3a539f9c4bf0a2f079530b80381f14245 | |
parent | ef28855f4e4d202276e523867ece270faaf3c811 (diff) | |
download | php-git-d1623186d59e0b59f77bce988a10f7dfe9641019.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 37 | ||||
-rw-r--r-- | Zend/ChangeLog | 17 |
2 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,40 @@ +2005-08-02 Hartmut Holzgraefe <hartmut@php-groupies.de> + + * run-tests.php: + make skipif test use ini options specified by -d command line options + +2005-08-02 Dmitry Stogov <dmitry@zend.com> + + * ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c: + Fixed bug #33942 (the patch to #33156 crash cygwin except cli) + +2005-08-02 Ilia Alshanetsky <ilia@prohost.org> + + * NEWS + main/php_variables.c: + Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) + +2005-08-02 Jani Taskinen <jani.taskinen@sci.fi> + + * NEWS + ZendEngine2/zend_exceptions.c: + - Fixed bug #33967 (misuse of Exception constructor doesn\'t display + errorfile) + + * tests/lang/bug32924.phpt: + fix test when include_path does NOT have . in it + +2005-08-02 Dmitry Stogov <dmitry@zend.com> + + * ZendEngine2/bench.php: + Removed warnings + +2005-08-02 Jani Taskinen <jani.taskinen@sci.fi> + + * NEWS: + BFN + 2005-08-01 Edin Kadribasic <edink@emini.dk> * ext/gd/config.w32: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 937578481a..1ea8ddf519 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,20 @@ +2005-08-02 Dmitry Stogov <dmitry@zend.com> + + * zend_execute_API.c + zend_execute_API.c: + Fixed bug #33942 (the patch to #33156 crash cygwin except cli) + +2005-08-02 Jani Taskinen <jani.taskinen@sci.fi> + + * zend_exceptions.c: + - Fixed bug #33967 (misuse of Exception constructor doesn\'t display + errorfile) + +2005-08-02 Dmitry Stogov <dmitry@zend.com> + + * bench.php: + Removed warnings + 2005-07-29 Ilia Alshanetsky <ilia@prohost.org> * zend_vm_def.h |