From: Date: Sat, 3 Sep 2005 05:39:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1365bee4277344bd74cc52b24021ba210ced0291;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5f2959c967..ff9b81182d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,155 @@ +2005-09-02 Jani Taskinen + + * (PHP_5_1) + NEWS: + reorder + + * (PHP_4_4) + NEWS: + typo + + * (PHP_4_4) + NEWS + NEWS + NEWS: + BFN + + * ZendEngine2/zend_ini.c: + MFB: - Fixed bug #34307. We were not calling on_modify handler to set the + default + value in case setting the one from .ini file failed. (Andrei) + +2005-09-02 Andrei Zmievski + + * (PHP_5_1) + ZendEngine2/zend_ini.c: + Fix bug #34307. We were not calling on_modify handler to set the default + value in case setting the one from .ini file failed. + +2005-09-02 Ilia Alshanetsky + + * ext/zlib/zlib.c: + Resolved bug #34240. + + +2005-09-02 Rob Richards + + * ext/xsl/xsltprocessor.c: + Fix crash: handler name not length needs to be passed to php_error_docref + +2005-09-02 Jani Taskinen + + * main/main.c + main/php_ini.c + main/php_ini.h: + revert + + * (PHP_5_1) + main/main.c + main/php_ini.c + main/php_ini.h: + Revert + + * sapi/apache2handler/sapi_apache2.c: + Check the status properly + +2005-09-02 Derick Rethans + + * (PHP_5_1) + NEWS: + - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day). + +2005-09-02 Jani Taskinen + + * (PHP_5_1) + NEWS + ext/mcve/.cvsignore + ext/mcve/CREDITS + ext/mcve/config.m4 + ext/mcve/config.w32 + ext/mcve/mcve.c + ext/mcve/mcve.dsp + ext/mcve/mcve.php + ext/mcve/mcve_simple_test.php + ext/mcve/mcve_test1.php + ext/mcve/mcve_test2.php + ext/mcve/php_mcve.h + ext/mcve/tests/.cvsignore + ext/mcve/tests/001.phpt + ext/ovrimos/.cvsignore + ext/ovrimos/CREDITS + ext/ovrimos/config.m4 + ext/ovrimos/ovrimos.c + ext/ovrimos/php_ovrimos.h + ext/pfpro/.cvsignore + ext/pfpro/CREDITS + ext/pfpro/TODO + ext/pfpro/config.m4 + ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: + - Moved exts to PECL + + * ext/mcve/.cvsignore + ext/mcve/CREDITS + ext/mcve/config.m4 + ext/mcve/config.w32 + ext/mcve/mcve.c + ext/mcve/mcve.dsp + ext/mcve/mcve.php + ext/mcve/mcve_simple_test.php + ext/mcve/mcve_test1.php + ext/mcve/mcve_test2.php + ext/mcve/php_mcve.h + ext/mcve/tests/.cvsignore + ext/mcve/tests/001.phpt + ext/ovrimos/.cvsignore + ext/ovrimos/CREDITS + ext/ovrimos/config.m4 + ext/ovrimos/ovrimos.c + ext/ovrimos/php_ovrimos.h + ext/pfpro/.cvsignore + ext/pfpro/CREDITS + ext/pfpro/TODO + ext/pfpro/config.m4 + ext/pfpro/pfpro.c + ext/pfpro/php_pfpro.h: + - Moved pfpro, ovrimos and mcve to PECL + + * main/php_ini.c: + MFB: Always return something, even if it succeeds :) + + * (PHP_5_1) + main/php_ini.c: + it is good idea to return something always + +2005-09-02 Dmitry Stogov + + * ZendEngine2/tests/bug34260.phpt + ZendEngine2/tests/bug34260.phpt + ZendEngine2/tests/bug34260.phpt: + 1.1.4; + Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) + + * NEWS + NEWS + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug34260.phpt + ZendEngine2/tests/bug34260.phpt: + Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) + +2005-09-02 Rob Richards + + * (PHP_5_1) + ext/xsl/xsltprocessor.c: + MFH: Fix key length so params passed by array can be retrieved by + getParameter() + + * ext/xsl/xsltprocessor.c: + Fix key length so params passed by array can be retrieved by getParameter() + 2005-09-01 Ilia Alshanetsky * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f6177e3aa9..bacdf67b13 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,29 @@ +2005-09-02 Jani Taskinen + + * zend_ini.c: + MFB: - Fixed bug #34307. We were not calling on_modify handler to set the + default + value in case setting the one from .ini file failed. (Andrei) + +2005-09-02 Andrei Zmievski + + * (PHP_5_1) + zend_ini.c: + Fix bug #34307. We were not calling on_modify handler to set the default + value in case setting the one from .ini file failed. + +2005-09-02 Dmitry Stogov + + * zend_execute_API.c + zend_execute_API.c + zend_execute_API.c + tests/bug34260.phpt + tests/bug34260.phpt + tests/bug34260.phpt + tests/bug34260.phpt + tests/bug34260.phpt: + Fixed bug #34260 (Segfault with callbacks (array_map) + overloading) + 2005-09-01 Dmitry Stogov * tests/bug34137.phpt