From: Date: Wed, 3 Aug 2005 05:36:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1623186d59e0b59f77bce988a10f7dfe9641019;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ddda03458c..07c3fbe12d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2005-08-02 Hartmut Holzgraefe + + * run-tests.php: + make skipif test use ini options specified by -d command line options + +2005-08-02 Dmitry Stogov + + * 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 + + * NEWS + main/php_variables.c: + Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) + +2005-08-02 Jani Taskinen + + * 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 + + * ZendEngine2/bench.php: + Removed warnings + +2005-08-02 Jani Taskinen + + * NEWS: + BFN + 2005-08-01 Edin Kadribasic * 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 + + * zend_execute_API.c + zend_execute_API.c: + Fixed bug #33942 (the patch to #33156 crash cygwin except cli) + +2005-08-02 Jani Taskinen + + * zend_exceptions.c: + - Fixed bug #33967 (misuse of Exception constructor doesn\'t display + errorfile) + +2005-08-02 Dmitry Stogov + + * bench.php: + Removed warnings + 2005-07-29 Ilia Alshanetsky * zend_vm_def.h