From: Date: Fri, 8 Oct 2004 00:36:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df06803187934e5fa662aef3fc3c8b9f9f650093;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5f910a51e7..380aabf809 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2004-10-07 Ilia Alshanetsky + + * (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 + + * 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 + + * 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 * TSRM/tsrm_virtual_cwd.c: