changelog Thu Oct 7 20:36:10 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1768&r2=1.1769&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1768 php-src/ChangeLog:1.1769
--- php-src/ChangeLog:1.1768 Wed Oct 6 20:47:47 2004
+++ php-src/ChangeLog Thu Oct 7 20:36:09 2004
@@ -1,3 +1,33 @@
+2004-10-07 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS
+ ext/standard/string.c:
+ MFH: Fixed bug #30356 (str_ireplace() does not work on all strings).
+
+ * ext/standard/string.c:
+ Fixed bug #30356 (str_ireplace() does not work on all strings).
+
+2004-10-07 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * main/php_open_temporary_file.c:
+ removed unwanted NEW_LIBC checks for NETWARE and removing custom mktemp.h
+ as LibC itself supports mkstemp functionality
+
+2004-10-07 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/document.c
+ ext/dom/php_dom.c
+ ext/dom/text.c:
+ add DOMDocument xmlEncoding, xmlStandalone, xmlVersion (spec name changes)
+ add DOMText isElementContentWhitespace (spec name change)
+ - old props/method kept for BC.
+ - spec names changed when Level 3 went from Draft to Recommendation
+ nuke some unused code
+
+ * ext/dom/documentfragment.c:
+ fix segfault in appendXML due to libxml bug
+
2004-10-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
* TSRM/tsrm_virtual_cwd.c:
@@ -10797,7 +10827,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1768 2004/10/07 00:47:47
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1769 2004/10/08 00:36:09
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>