changelog Thu Aug 5 20:33:55 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1707&r2=1.1708&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1707 php-src/ChangeLog:1.1708
--- php-src/ChangeLog:1.1707 Wed Aug 4 20:35:29 2004
+++ php-src/ChangeLog Thu Aug 5 20:33:54 2004
@@ -1,3 +1,44 @@
+2004-08-05 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * ext/simplexml/php_simplexml_exports.h
+ ext/simplexml/simplexml.c:
+ php_error() -> php_error_docref()
+
+2004-08-05 Gabor Hojtsy <[EMAIL PROTECTED]>
+
+ * ext/standard/credits.c:
+ update documentation credits, mentioning that more contributors are listed
+ in the manual
+
+2004-08-05 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_builtin_functions.c:
+ Eliminate unneeded variable.
+
2004-08-04 Marcus Boerger <[EMAIL PROTECTED]>
* ZendEngine2/zend_reflection_api.c
@@ -7806,7 +7847,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1707 2004/08/05 00:35:29
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1708 2004/08/06 00:33:54
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>