From: Lior Kaplan Date: Wed, 11 Feb 2015 20:39:31 +0000 (+0200) Subject: Align format to Fixed bug #... , later used to create the website changelog X-Git-Tag: PRE_PHP7_EREG_MYSQL_REMOVALS~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=047803268c053c55086a23c334c349e8c9c842ec;p=php Align format to Fixed bug #... , later used to create the website changelog --- diff --git a/NEWS b/NEWS index 667e172121..ec59791994 100644 --- a/NEWS +++ b/NEWS @@ -8,9 +8,9 @@ . Update the MIME type list from the one shipped by Apache HTTPD. (Adam) - Core: - . Fixed #68933 (Invalid read of size 8 in zend_std_read_property). + . Fixed bug #68933 (Invalid read of size 8 in zend_std_read_property). (Laruence, arjen at react dot com) - . Fixed #68868 (Segfault in clean_non_persistent_constants() in SugarCRM + . Fixed bug #68868 (Segfault in clean_non_persistent_constants() in SugarCRM 6.5.20). (Laruence) . Fixed bug #68104 (Segfault while pre-evaluating a disabled function). (Laruence) @@ -19,7 +19,7 @@ . Added PHP_INT_MIN constant. (Andrea) . Added Closure::call() method. (Andrea) . Implemented FR #38409 (parse_ini_file() looses the type of booleans). (Tjerk) - . Fixed #67959 (Segfault when calling phpversion('spl')). (Florian) + . Fixed bug #67959 (Segfault when calling phpversion('spl')). (Florian) . Implemented the RFC `Catchable "Call to a member function bar() on a non-object"`. (Timm) . Added options parameter for unserialize allowing to specify acceptable @@ -95,7 +95,7 @@ + Opcache). (Laruence) - OpenSSL: - . Fix bug #61285, #68329, #68046, #41631: encrypted streams don't observe + . Fixed bug #61285, #68329, #68046, #41631: encrypted streams don't observe socket timeouts (Brad Broerman) - pcntl: @@ -132,12 +132,12 @@ . Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe) - Sqlite3: - . Fix bug #68260 (SQLite3Result::fetchArray declares wrong + . Fixed bug #68260 (SQLite3Result::fetchArray declares wrong required_num_args). (Julien) - Standard: . Removed call_user_method() and call_user_method_array() functions. (Kalle) - . Fix user session handlers (See rfc:session.user.return-value). (Sara) + . Fixed user session handlers (See rfc:session.user.return-value). (Sara) . Added intdiv() function. (Andrea) . Improved precision of log() function for base 2 and 10. (Marc Bennewitz) . Remove string category support in setlocale(). (Nikita)