arpad                                    Tue, 30 Aug 2011 14:01:35 +0000

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

Log:
fix news entries

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

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2011-08-30 14:01:03 UTC (rev 315783)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-08-30 14:01:35 UTC (rev 315784)
@@ -5,7 +5,8 @@
 - Core:
   . Fixed bug #52461 (Incomplete doctype and missing xmlns).
     (virsacer at web dot de, Pierre)
-  . Fixed bug #55366: keys lost when using substr_replace an array (arpad)
+  . Fixed bug #55366: keys lost when using substr_replace an array (Arpad)
+  . Fixed bug #55510: $_FILES 'name' missing first character after upload 
(Arpad)

 - DateTime:
   . Fixed bug #48476 (cloning extended DateTime class without calling
@@ -120,8 +121,6 @@
     filter). (slusarz at curecanti dot org)
   . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
     TMPDIR on Windows). (Pierre)
-  . Fixed bug #55510: ($_FILES 'name' missing first character after upload)
-    (arpad)

 - Apache2 Handler SAPI:
   . Fixed bug #54529 (SAPI crashes on apache_config.c:197).

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-08-30 14:01:03 UTC (rev 315783)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-08-30 14:01:35 UTC (rev 315784)
@@ -11,8 +11,7 @@
   . Fixed bug #52461 (Incomplete doctype and missing xmlns).
     (virsacer at web dot de, Pierre)
   . Added support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions:
-    sort, rsort, ksort, krsort, asort, arsort and array_multisort. Req #55158 
(arpad)
-  . Fixed bug #55366: keys lost when using substr_replace an array (arpad)
+    sort, rsort, ksort, krsort, asort, arsort and array_multisort. Req #55158 
(Arpad)

 - Improved mbstring extension:
   . Added Shift_JIS/UTF-8 Emoji (pictograms) support. (Rui)
@@ -34,8 +33,11 @@
   . Added new json_encode() option JSON_UNESCAPED_UNICODE. FR #53946. (Irker, 
Gwynne)

 - Improved CLI SAPI:
-  . Added friendly log messages - Req #55109 (arpad)
+  . Added friendly log messages - Req #55109 (Arpad)

+- Improved Session extension:
+  . Expose session status via new function, session_status (Req #52982) (Arpad)
+
 04 Aug 2011, PHP 5.4.0 Alpha 3
 - Added features:
  . Short array syntax, see UPGRADING guide for full details (rsky0711 at gmail
@@ -299,7 +301,6 @@
   . Added support for storing upload progress feedback in session data. 
(Arnaud)
   . Changed session.entropy_file to default to /dev/urandom or /dev/arandom if
     either is present at compile time. (Rasmus)
-  . Expose session status via new function, session_status (Req #52982) (arpad)

 - Improved SPL extension:
   . Added RegexIterator::getRegex() method. (Joshua Thijssen)

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

Reply via email to