+2005-09-02 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (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 <andrei@gravitonic.com>
+
+ * (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 <ilia@prohost.org>
+
+ * ext/zlib/zlib.c:
+ Resolved bug #34240.
+
+
+2005-09-02 Rob Richards <rrichards@ctindustries.net>
+
+ * ext/xsl/xsltprocessor.c:
+ Fix crash: handler name not length needs to be passed to php_error_docref
+
+2005-09-02 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * 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@derickrethans.nl>
+
+ * (PHP_5_1)
+ NEWS:
+ - Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).
+
+2005-09-02 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * (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 <dmitry@zend.com>
+
+ * 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 <rrichards@ctindustries.net>
+
+ * (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 <ilia@prohost.org>
* (PHP_5_1)
+2005-09-02 Jani Taskinen <jani.taskinen@sci.fi>
+
+ * 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 <andrei@gravitonic.com>
+
+ * (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 <dmitry@zend.com>
+
+ * 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 <dmitry@zend.com>
* tests/bug34137.phpt