From: Date: Fri, 29 Apr 2005 00:43:01 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56fb07e147301f89a007de75009d32a58cd4ef0b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5740de04dc..b6cf26ef9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +2005-04-28 Ilia Alshanetsky + + * ext/mysqli/mysqli_warning.c: + e* allocation cannot fail. + +2005-04-28 Dmitry Stogov + + * ZendEngine2/tests/bug29015.phpt + ZendEngine2/tests/bug29015.phpt: + + file bug29015.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug29015.phpt: + Fixed bug #29015 (Incorrect behavior of member vars(non string + ones)-numeric mem vars und others) + +2005-04-28 Antony Dovgal + + * tests/lang/bug32828.phpt + tests/lang/bug32828.phpt: + + add test for bug #32828 + +2005-04-28 Jani Taskinen + + * sapi/cgi/cgi_main.c: + int != long + +2005-04-28 Antony Dovgal + + * (PHP_5_0) + main/output.c: + MFH: fix #32828 (Throwing exception in output_callback function with + ob_start and + ob_end_clean leads to segfault) + + * main/output.c: + fix #32828 (Throwing exception in output_callback function with ob_start + and + ob_end_clean leads to segfault) + + * (PHP_4_3) + ext/oci8/oci8.c + ext/oci8/oci8.c: + MFH: handle unsupported datatypes and prevent segfault + + * ext/oci8/oci8.c: + handle unsupported datatype (OCIBindByName segfaults somewhere in OCI lib + when + unknown type is provided) + +2005-04-28 Jani Taskinen + + * php.ini-dist + php.ini-recommended + sapi/cgi/cgi_main.c: + - Added fastcgi.logging php.ini option to be able to disable + logging through the fastcgi connection + +2005-04-28 Rob Richards + + * (PHP_4_3) + NEWS + NEWS: + BFN + + * (PHP_4_3) + ext/xml/php_xml.h + ext/xml/php_xml.h + ext/xml/xml.c + ext/xml/xml.c: + MFH: Fix bug #32245 (xml_parser_free() in function assigned to the xml + parser + gives a segfault) + + * ext/xml/php_xml.h + ext/xml/xml.c: + - Fix bug #32245 (xml_parser_free() in function assigned to the xml parser + gives a segfault) + +2005-04-28 Jani Taskinen + + * main/main.c: + - Reorder request shutdown calls: Call all __destruct() functions and + register_shutdown_function() callbacks before flushing output buffers + and sending headers. + - Fixes bug #30578 and possibly others related to output buffering. + + +2005-04-28 Wez Furlong + + * TSRM/TSRM.c: + consolidate the various tls get/set calls for the different platforms into + a single macro, at Andi's request. + 2005-04-27 Jani Taskinen * ext/snmp/snmp.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 4e2d9ef43b..7aba43b0b9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2005-04-28 Dmitry Stogov + + * zend_object_handlers.c + zend_object_handlers.c + tests/bug29015.phpt: + Fixed bug #29015 (Incorrect behavior of member vars(non string + ones)-numeric mem vars und others) + + * tests/bug29015.phpt + tests/bug29015.phpt: + + file bug29015.phpt was initially added on branch PHP_5_0. + 2005-04-27 Dmitry Stogov * zend_API.c