cataphract                               Tue, 14 Jun 2011 22:18:29 +0000

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

Log:
- Broken overlong (>80 chars) lines.
- Added entry corresponding to r301991, as requested.

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

Modified: php/php-src/branches/PHP_5_3/NEWS
===================================================================
--- php/php-src/branches/PHP_5_3/NEWS   2011-06-14 20:50:04 UTC (rev 312174)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-06-14 22:18:29 UTC (rev 312175)
@@ -45,15 +45,19 @@
     (CVE-2011-1148)
   . Fixed bug #54180 (parse_url() incorrectly parses path when ? in fragment).
     (tomas dot brastavicius at quantum dot lt, Pierrick)
-  . Fixed bug #54137 (file_get_contents POST request sends additional line 
break).
-    (maurice-php at mertinkat dot net, Ilia)
-  . Fixed bug #54866 (incorrect accounting for realpath_cache_size) (Dustin 
Ward)
-  . Fixed bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt 
size)
-    (Pierre, os at irj dot ru)
+  . Fixed bug #54137 (file_get_contents POST request sends additional line
+    break). (maurice-php at mertinkat dot net, Ilia)
+  . Fixed bug #54866 (incorrect accounting for realpath_cache_size).
+    (Dustin Ward)
+  . Fixed bug #54721 (Different Hashes on Windows, BSD and Linux on wrong Salt
+    size). (Pierre, os at irj dot ru)
   . Fixed bug #53848 (fgetcsv() ignores spaces at beginnings of fields). (Ilia)
+  . Alternative fix for bug #52550, as applied to the round() function (signed
+    overflow), as the old fix impacted the algorithm for numbers with magnitude
+    smaller than 0. (Gustavo)
   . Fixed bug #51997 (SEEK_CUR with 0 value, returns a warning). (Ilia)
-  . Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode 
filter).
-    (slusarz at curecanti dot org)
+  . Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode
+    filter). (slusarz at curecanti dot org)
   . Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
     TMPDIR on Windows). (Pierre)

@@ -190,8 +194,7 @@

 - Streams:
   . Fixed bug #54946 (stream_get_contents infinite loop). (Hannes)
-  . Fixed bug #54623 (Segfault when when writing to a persistent socket after
-    closing a copy of the socket). (Gustavo)
+  . Fixed bug #54623 (Segfault when writing to a persistent socket after 
closing    a copy of the socket). (Gustavo)

 . Zip extension:
   . Fixed bug #54681 (addGlob() crashes on invalid flags). (Felipe)

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

Reply via email to