hirokawa                                 Thu, 10 Nov 2011 21:45:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=319010

Log:
moved the new changes for RC2.

Changed paths:
    U   php/php-src/branches/PHP_5_4/NEWS

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-11-10 21:42:04 UTC (rev 319009)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-11-10 21:45:36 UTC (rev 319010)
@@ -2,6 +2,12 @@
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 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 @@
     (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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to