]> granicus.if.org Git - php/commitdiff
moved the new changes for RC2.
authorRui Hirokawa <hirokawa@php.net>
Thu, 10 Nov 2011 21:45:36 +0000 (21:45 +0000)
committerRui Hirokawa <hirokawa@php.net>
Thu, 10 Nov 2011 21:45:36 +0000 (21:45 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 26e69c60e8b12fd9f0ac539ac8af20d4ae0ea828..34557874e3e59ab5aebcd416a5a0461e2fbea5db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2011, PHP 5.4.0 RC2
 
+- Core:
+  . Fixed bug #60116 (escapeshellcmd() cannot escape the characters 
+     which cause shell command injection). (rui)
+  . Fixed bug #60227 (header() cannot detect the multi-line header with 
+     CR(0x0D)). (rui)
+
 11 Nov 2011, PHP 5.4.0 RC1
 - General improvements:
   . Changed silent conversion of array to string to produce a notice. (Patrick)
@@ -25,10 +31,6 @@ PHP                                                                        NEWS
     (Laruence)
   . Fixed bug #55475 (is_a() triggers autoloader, new optional 3rd argument to
     is_a and is_subclass_of). (alan_k) 
-  . Fixed bug #60116 (escapeshellcmd() cannot escape the characters 
-     which cause shell command injection). (rui)
-  . Fixed bug #60227 (header() cannot detect the multi-line header with 
-     CR(0x0D)). (rui)
  
 - Oracle Database extension (OCI8):
   . Increased maxium Oracle error message buffer length for new 11.2.0.3 size