]> granicus.if.org Git - php/commitdiff
- Cosmetics
authorFelipe Pena <felipe@php.net>
Sat, 18 Dec 2010 18:04:19 +0000 (18:04 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 18 Dec 2010 18:04:19 +0000 (18:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 78105ed21c3739f6e4065b7c0a356ebd29eeed9f..8f5e13aeffefecdd56f794aad5a2ecf7a88d38ca 100644 (file)
--- a/NEWS
+++ b/NEWS
 - PHP-FPM SAPI:
   . Fixed bug #53527 (php-fpm --test doesn't set a valuable return value). (fat)
 
-- Soap Extension:
+- SOAP Extension:
   . Fixed possible crash introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre)
 
-- Sqlite Extension:
-  . Fixed memory leaked introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre)
-
 - SPL extension:
   . Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0
     values). (Felipe)
+    
+- SQLite Extension:
+  . Fixed memory leaked introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre)
 
 - Streams:
   . Implemented FR #26158 (open arbitrary file descriptor with fopen). (Gustavo)
 
-- Xsl Extension:
+- XSL Extension:
   . Fixed memory leaked introduced by the NULL poisoning patch (Mateusz Kocielski, Pierre)
 
 - Zip extension