]> granicus.if.org Git - php/commitdiff
- Cosmetics
authorFelipe Pena <felipe@php.net>
Sun, 12 Dec 2010 21:11:54 +0000 (21:11 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 12 Dec 2010 21:11:54 +0000 (21:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index f3f9d46f797fe7b51a1bed11f7626a5893a75b7a..26b40ce39ed0a56fff5f75d1891bc364fdbce645 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@
     in method. (Scott)
 
 - Core:
-  . Bug 48484 (array_product() always returns 0 for an empty array). (Ilia)
+  . Fixed bug #48484 (array_product() always returns 0 for an empty array).
+    (Ilia)
   
 - Filter extension:
   . Fixed bug #53150 (FILTER_FLAG_NO_RES_RANGE is missing some IP ranges).
@@ -38,8 +39,8 @@
   . Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0
     values). (Felipe)
 
-- Streams
-  . Implemented FR #26158 (open arbitrary file descriptor with fopen)
+- Streams:
+  . Implemented FR #26158 (open arbitrary file descriptor with fopen). (Gustavo)
 
 09 Dec 2010, PHP 5.3.4
 - Upgraded bundled Sqlite3 to version 3.7.3. (Ilia)