]> granicus.if.org Git - php/commitdiff
BFN: #45485
authorFelipe Pena <felipe@php.net>
Sat, 12 Jul 2008 01:44:04 +0000 (01:44 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 12 Jul 2008 01:44:04 +0000 (01:44 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 81fd9210ffb01145936df7c95abe2b7bc488063d..4cc0d0f752538aee1b9582157c5dbd1b9026e530 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,13 @@ PHP                                                                        NEWS
 - Fixed a crash inside PDO when trying instantiate PDORow manually (Felipe)
 - Fixed build failure of ext/mysqli with libmysql 6.0 - missing rpl
   functions. (Andrey)
-- Fixed bug #45449 (filesize() regression using ftp wrapper). 
-  (crrodriguez at suse dot de)
 - Fixed bug #45486 (mb_send_mail(); header 'Content-Type: text/plain; charset=' 
   parsing incorrect). (Felipe)
+- Fixed bug #45485 (strip_tags and <?XML tag). (Felipe)
 - Fixed bug #45460 (imap patch for fromlength fix in imap_headerinfo doesn't 
   accept lengths of 1024). (Felipe, andrew at lifescale dot com)
+- Fixed bug #45449 (filesize() regression using ftp wrapper). 
+  (crrodriguez at suse dot de)
 - Fixed bug #45352 (Segmentation fault because of tick function on second
   request). (Dmitry)
 - Fixed bug #45312 (Segmentation fault on second request for array functions).