]> granicus.if.org Git - php/commitdiff
Format alignment
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 22 Apr 2015 15:19:45 +0000 (18:19 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 22 Apr 2015 15:19:45 +0000 (18:19 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 6075525b043204093478466bc1d23a8eb20e0cd8..647d9f615dda1091692688924cb3daf390022118 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,7 +72,7 @@ PHP                                                                        NEWS
     segfault). (Anatol Belski)
 
 - Filter:
-  . Fixed bug #69202: (FILTER_FLAG_STRIP_BACKTICK ignored unless other
+  . Fixed bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other
     flags are used). (Jeff Welch)
   . Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
     Welch)
@@ -87,7 +87,7 @@ PHP                                                                        NEWS
   . Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
   . Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
 
-- OpenSSL
+- OpenSSL:
   . Fixed bugs #68853, #65137 (Buffered crypto stream data breaks IO polling
     in stream_select() contexts) (Chris Wright)
   . Fixed bug #69197 (openssl_pkcs7_sign handles default value incorrectly)
@@ -110,14 +110,14 @@ PHP                                                                        NEWS
 - Postgres:
   . Fixed bug #68741 (Null pointer dereference). (CVE-2015-1352) (Laruence)
 
-- SPL:
-  . Fixed bug #69227 (Use after free in zval_scan caused by
-     spl_object_storage_get_gc). (adam dot scarr at 99designs dot com)
-
 - SOAP:
   . Fixed bug #69293 (NEW segfault when using SoapClient::__setSoapHeader 
      (bisected, regression)). (Laruence)
 
+- SPL:
+  . Fixed bug #69227 (Use after free in zval_scan caused by
+     spl_object_storage_get_gc). (adam dot scarr at 99designs dot com)
+
 - Sqlite3:
   . Fixed bug #68760 (SQLITE segfaults if custom collator throws an exception).
      (Dan Ackroyd)