]> granicus.if.org Git - php/commitdiff
Align format to Fixed bug #... , later used to create the website changelog
authorLior Kaplan <kaplanlior@gmail.com>
Wed, 11 Feb 2015 20:39:31 +0000 (22:39 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Wed, 11 Feb 2015 20:41:24 +0000 (22:41 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 667e1721215a32f05365c947776b6e35fb4f3991..ec5979199475faeb14f3e1eafb0bd08a5ec8dc92 100644 (file)
--- 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:
   . 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)