From: Date: Fri, 6 Aug 2004 00:33:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7b14403308575bd0151d99f8ef77db0a46a2d2b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 810477e2b6..03274510b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2004-08-05 Ilia Alshanetsky + + * ext/simplexml/php_simplexml_exports.h + ext/simplexml/simplexml.c: + php_error() -> php_error_docref() + +2004-08-05 Gabor Hojtsy + + * ext/standard/credits.c: + update documentation credits, mentioning that more contributors are listed + in the manual + +2004-08-05 Antony Dovgal + + * (PHP_5_0) + README.CVS-RULES + README.CVS-RULES: + MFH: remove all references to @ thing, as it's not recommended + + * README.CVS-RULES: + remove all references to @ thing, as it's not recommended. + always add it to NEWS yourself please (c) Derick =) + + * NEWS: + news entry + + * ext/xsl/xsltprocessor.c: + change xsl_xsltprocessor_set_parameter() to support parameter->value arrays + add test for it + +2004-08-05 Wez Furlong + + * win32/syslog.reg: + Generate a .reg file for the syslog stuff + NB: still need a solution for zts and non-zts on the same machine. + +2004-08-05 Ilia Alshanetsky + + * ZendEngine2/zend_builtin_functions.c: + Eliminate unneeded variable. + 2004-08-04 Marcus Boerger * ZendEngine2/zend_reflection_api.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e8a8252758..d78a1eb82a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-08-05 Ilia Alshanetsky + + * zend_builtin_functions.c: + Eliminate unneeded variable. + 2004-08-04 Marcus Boerger * zend_reflection_api.c