From: Lior Kaplan Date: Wed, 30 Mar 2016 22:01:11 +0000 (+0300) Subject: Align NEWS entry format X-Git-Tag: php-7.0.6RC1~49^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b26af59d413ce599a5f0361aa3d132d5652cb3a;p=php Align NEWS entry format --- diff --git a/NEWS b/NEWS index b8e4eefe09..b81998b5d2 100644 --- 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: