]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Mon, 20 Oct 2003 15:45:56 +0000 (15:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 20 Oct 2003 15:45:56 +0000 (15:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f155312ec415b052df73065fc974cc490da42922..d098f206ed1ba932844b7c551076001738a5a6f3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,19 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Oct 2003, Version 4.3.4RC2
-- Fixed bug #25825 (tzset() was not called to reset libc environment
-  on request shutdown). (Wez)
 - Fixed multibyte regex engine to properly handle ".*" pattern under
   POSIX compatible mode. (K.Kosako <kosako at sofnec.co.jp>, Moriyoshi)
 - Fixed bug #25923 (mail() modifies the to & subject arguments). (Ilia)
 - Fixed bug #25918 (Possible crash in mime_content_type()). (Ilia)
+- Fixed bug #25900 (document->get_elements_by_tag_name with default xmlns).
+  (Rob)
 - Fixed bug #25895 (Incorrect detection of safe_mode limited ini options).
   (Ilia)
+- Fixed bug #25888 (Crash of php.exe when xpath_eval of a namespace). (Rob)
 - Fixed bug #25836 (last key of multi-dimensional array passed via GPC not
   being escaped when magic_quotes_gpc is on). (Ilia)
+- Fixed bug #25825 (tzset() was not called to reset libc environment
+  on request shutdown). (Wez)
 - Fixed bug #25814 (Make flock() return correct value when 3rd argument is
   used). (Ilia)
 - Fixed bug #25800 (parse_url() could not parse urls with empty port). (Ilia)