From: Date: Fri, 23 May 2003 00:30:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~626 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b08c569c66a07529101d92610ba41de28424395;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f93095b67f..7aeb9157d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2003-05-22 Jani Taskinen + + * ext/standard/tests/serialize/004.phpt: + + added another test case (due to the problems we saw with 4.3.2RC4) + + * (PHP_4_3) + ext/standard/var_unserializer.c: + fix the generated file. + +2003-05-22 Derick Rethans + + * ext/curl/config.m4: + - Fixed bug #23751: Confusing configure warning concerning required cURL + version + +2003-05-22 Sterling Hughes + + * ext/xml/compat.c + ext/xml/expat_compat.h: + rename namespace to use_namespace to avoid a c++ keyword conflict + fix whitespace surrounding the enums, use tabs please :) + + * ext/xml/xml.c: + use zval_ptr_dtor() instead of the more verbose and less correct version + + * ext/xml/php_xml.h + ext/xml/xml.c: + take advantage of the fast_call_user_function() api call for all of the + callbacks. + +2003-05-22 Wez Furlong + + * makedist: + --force here too for release packages + + * (PHP_4_3) + makedist: + Add --force so release package building works + 2003-05-21 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5b69242faf..f85f9abd00 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-05-22 Marcus Boerger + + * zend_execute.c: + No need to copy here unless implicit_clone is active (noticed by rob) + 2003-05-21 Marcus Boerger * zend_API.c