From: Date: Fri, 22 Apr 2005 00:45:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ace93a1de9561ae7d29c197a0f3a65c5b114312c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c09ed19132..087e977c07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2005-04-21 Jani Taskinen + + * ext/odbc/config.m4: + - Fix birdstep support (no SQLDataSources() support in it) + +2005-04-21 Ilia Alshanetsky + + * ext/curl/interface.c + ext/dom/attr.c + ext/dom/document.c + ext/dom/domimplementation.c + ext/dom/node.c + ext/dom/php_dom.c + ext/dom/php_dom.h + ext/dom/xml_common.h + ext/dom/xpath.c: + php_error() -> php_error_docref(). + +2005-04-21 Jani Taskinen + + * configure.in: + - Allow using --enable-versioning with any SAPI module + + * configure.in + sapi/cgi/config9.m4 + sapi/cli/config.m4: + Expose EXEEXT and use for cli/cgi binaries + + * (PHP_4_3) + NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.c: + MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid + callback can crash PHP) + + * (PHP_5_0) + NEWS: + BFN + + * ext/standard/basic_functions.c: + - Fixed bug #32647 (Using register_shutdown_function() with invalid + callback can crash PHP) + + * (PHP_4_3) + ext/standard/tests/general_functions/bug32647.phpt: + Fix test + + * ZendEngine2/tests/unset_cv05.phpt: + Fix test when register_long_arrays is off in your php.ini + + * ext/standard/tests/general_functions/bug32647.phpt + ext/standard/tests/general_functions/bug32647.phpt + ext/standard/tests/general_functions/bug32647.phpt: + 1.1.4; + Added test for bug #32647 + + * ext/standard/tests/general_functions/bug29038.phpt + ext/standard/tests/general_functions/bug31190.phpt: + bug => Bug + 2005-04-20 Ilia Alshanetsky * ext/fdf/fdf.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1505e4705b..e51998c2e9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2005-04-21 Jani Taskinen + + * tests/unset_cv05.phpt: + Fix test when register_long_arrays is off in your php.ini + 2005-04-19 Marcus Boerger * zend_API.c