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

diff --git a/NEWS b/NEWS
index 8f5e13aeffefecdd56f794aad5a2ecf7a88d38ca..65d8c3b180d2e9d43f41240c68a2fb11a9eab0fb 100644 (file)
--- a/NEWS
+++ b/NEWS
   . Fixed bug #53517 (segfault in pgsql_stmt_execute() when postgres is down).
     (gyp at balabit dot hu)
 
-- Phar Extension:
+- Phar extension:
   . Fixed bug #53541 (format string bug in ext/phar).
     (crrodriguez at opensuse dot org, Ilia)
 
 - 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)
 
 - SPL extension:
   . Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0
     values). (Felipe)
     
-- SQLite Extension:
+- 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
+- Zip extension:
   . Fixed bug #53568 (swapped memset arguments in struct initialization).
     (crrodriguez at opensuse dot org)