diff options
author | <changelog@php.net> | 2004-08-06 00:33:59 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-08-06 00:33:59 +0000 |
commit | b7b14403308575bd0151d99f8ef77db0a46a2d2b (patch) | |
tree | 04b28672fef62b59a9516bd44271f79e940f4e99 | |
parent | ee656c4b32efbf32900bb4da1c35c13a07734d1a (diff) | |
download | php-git-b7b14403308575bd0151d99f8ef77db0a46a2d2b.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 41 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,44 @@ +2004-08-05 Ilia Alshanetsky <ilia@prohost.org> + + * ext/simplexml/php_simplexml_exports.h + ext/simplexml/simplexml.c: + php_error() -> php_error_docref() + +2004-08-05 Gabor Hojtsy <gabor@hojtsy.hu> + + * ext/standard/credits.c: + update documentation credits, mentioning that more contributors are listed + in the manual + +2004-08-05 Antony Dovgal <tony2001@phpclub.net> + + * (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 <wez.php@thebrainroom.net> + + * 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 <ilia@prohost.org> + + * ZendEngine2/zend_builtin_functions.c: + Eliminate unneeded variable. + 2004-08-04 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * 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 <ilia@prohost.org> + + * zend_builtin_functions.c: + Eliminate unneeded variable. + 2004-08-04 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * zend_reflection_api.c |