]> granicus.if.org Git - php/commitdiff
Align NEWS entry format
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 30 Mar 2016 22:01:11 +0000 (01:01 +0300)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 30 Mar 2016 22:01:11 +0000 (01:01 +0300)
NEWS

diff --git a/NEWS b/NEWS
index b8e4eefe090780c1b628c2434f83021347880279..b81998b5d26fe5dea1fff0ef44d6baab242a740a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,8 +33,8 @@ PHP                                                                        NEWS
     (Daniel kalaspuffar, Julien)
 
 - Postgres:
-  . Fixed bug #71820 (pg_fetch_object binds parameters before
-    call constructor). (Anatol)
+  . Fixed bug #71820 (pg_fetch_object binds parameters before call
+    constructor). (Anatol)
 
 - SPL:
   . Fixed bug #71838 (Deserializing serialized SPLObjectStorage-Object can't
@@ -117,8 +117,7 @@ PHP                                                                        NEWS
     (steven dot lambeth at gmx dot de, Anatol)
 
 - Phar:
-  . Fixed bug #71625 (Crash in php7.dll with bad phar filename).
-    (Anatol)
+  . Fixed bug #71625 (Crash in php7.dll with bad phar filename). (Anatol)
   . Fixed bug #71317 (PharData fails to open specific file). (Jos Elstgeest)
   . Fixed bug #71860 (Invalid memory write in phar on filename with \0 in
     name). (Stas)
@@ -127,7 +126,7 @@ PHP                                                                        NEWS
   . Fixed crash when advancing (except step) inside an internal function. (Bob)
 
 - Session:
-  . Fixed Bug #71683 (Null pointer dereference in zend_hash_str_find_bucket).
+  . Fixed bug #71683 (Null pointer dereference in zend_hash_str_find_bucket).
     (Yasuo)
 
 - SNMP: