From: Date: Thu, 5 Aug 2004 00:35:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91e64022300df980fa4bdefe2d877f17e50d3a04;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ed3a367717..810477e2b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2004-08-04 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c + ZendEngine2/tests/bug29523.phpt: + - Fix bug #29523 (ReflectionParameter::isOptional() is incorrect) + +2004-08-04 Frank M. Kromann + + * (PHP_5_0) + ext/iconv/config.w32 + ext/iconv/php_iconv.def: + MFH: Move iconv exports to the iconv extension and make libxml depend on + iconv + + * ext/iconv/config.w32 + ext/iconv/php_iconv.def: + Move iconv exports to the iconv extension + +2004-08-04 Antony Dovgal + + * ext/simplexml/simplexml.c: + nuke unused variable + +2004-08-04 Zeev Suraski + + * ext/simplexml/simplexml.c + ext/simplexml/simplexml.c: + Fix prototypes + +2004-08-04 Georg Richter + + * ext/mysqli/mysqli.c: + forgot to remove debug variable :( (Thx to Derick) + + * NEWS + ext/mysqli/mysqli.c + ext/mysqli/mysqli.c: + fixed bug #29522 + + * ext/mysqli/mysqli.c: + fixed properties when connect wasn't called + +2004-08-04 Ilia Alshanetsky + + * (PHP_5_0) + ext/standard/sunfuncs.c: + MFH: Fixed argument handling in sun* functions. + + * ext/standard/sunfuncs.c: + Fixed argument handling in sun* functions. + 2004-08-03 Edin Kadribasic * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ffcfaa8f55..e8a8252758 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-08-04 Marcus Boerger + + * zend_reflection_api.c + tests/bug29523.phpt: + - Fix bug #29523 (ReflectionParameter::isOptional() is incorrect) + 2004-08-03 Marcus Boerger * ZEND_CHANGES: