From: Lior Kaplan Date: Fri, 15 Apr 2016 19:17:37 +0000 (+0300) Subject: Align NEWS entry format X-Git-Tag: php-7.0.7RC1~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edb569b439097093838cf548201dc98fd78b7c71;p=php Align NEWS entry format --- diff --git a/NEWS b/NEWS index d4aeb51735..f9d5305c57 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2016 PHP 7.0.7 -- OCI8 - . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than - eight columns) +- OCI8: + . Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight + columns). (Tian Yang) - Opcache: . Fixed bug #72014 (Including a file with anonymous classes multiple times @@ -15,8 +15,7 @@ PHP NEWS timestamp). (denver at timothy dot io) - SQLite3: - . Fixed bug #68849 (bindValue is not using the right data type). - (Anatol) + . Fixed bug #68849 (bindValue is not using the right data type). (Anatol) 28 Apr 2016 PHP 7.0.6 @@ -50,16 +49,14 @@ PHP NEWS (Michael Sierks) - Date: - . Fixed bug #71889 (DateInterval::format Segmentation fault). - (Thomas Punt) + . Fixed bug #71889 (DateInterval::format Segmentation fault). (Thomas Punt) - Intl: - . Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set - via constructor). (Anatol) - . Fixed bug #70455 (Missing constant: IntlChar::NO_NUMERIC_VALUE). - (Anatol) - . Fixed bug #70451, #70452 (Inconsistencies in return values of - IntlChar methods). (Daniel Persson) + . Fixed bug #71516 (IntlDateFormatter looses locale if pattern is set via + constructor). (Anatol) + . Fixed bug #70455 (Missing constant: IntlChar::NO_NUMERIC_VALUE). (Anatol) + . Fixed bug #70451, #70452 (Inconsistencies in return values of IntlChar + methods). (Daniel Persson) . Fixed bug #68893 (Stackoverflow in datefmt_create). (Anatol) . Fixed bug #66289 (Locale::lookup incorrectly returns en or en_US if locale is empty). (Anatol) @@ -76,14 +73,12 @@ PHP NEWS - PDO: . Fixed bug #52098 (Own PDOStatement implementation ignore __call()). (Daniel kalaspuffar, Julien) - . Fixed bug #71447 (Quotes inside comments not properly handled). - (Matteo) + . Fixed bug #71447 (Quotes inside comments not properly handled). (Matteo) - PDO_DBlib: . Fixed bug #71943 (dblib_handle_quoter needs to allocate an extra byte). (Adam Baratz) - . Add DBLIB-specific attributes for controlling timeouts. - (Adam Baratz) + . Add DBLIB-specific attributes for controlling timeouts. (Adam Baratz) - PDO_pgsql: . Fixed bug #62498 (pdo_pgsql inefficient when getColumnMeta() is used). @@ -183,7 +178,7 @@ PHP NEWS (nish dot aravamudan at canonical dot com) - PDO_DBlib: - . Bug #54648 (PDO::MSSQL forces format of datetime fields). + . Fixed bug #54648 (PDO::MSSQL forces format of datetime fields). (steven dot lambeth at gmx dot de, Anatol) - Phar: