]> granicus.if.org Git - php/commitdiff
- Fix news
authorJani Taskinen <jani@php.net>
Tue, 27 Oct 2009 22:18:25 +0000 (22:18 +0000)
committerJani Taskinen <jani@php.net>
Tue, 27 Oct 2009 22:18:25 +0000 (22:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bb3d107e37c5e26bf1d67f04103afd191b8e4a6e..9003ed5c00108beb507a88190d1d595c07c9e1de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,12 @@ PHP                                                                        NEWS
   number of file uploads per-request to 100 by default, to prevent possible
   DOS via temporary file exhaustion. (Ilia)
 
-- Fixed crash in com_print_typeinfo when an invalid typelib is given
+- Fixed crash in com_print_typeinfo when an invalid typelib is given.
+  (Pierre)
 - Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak.  
   (Rasmus)
 - Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz 
-  Stachowiak.  (Rasmus)
+  Stachowiak. (Rasmus)
 - Fixed crash in SQLiteDatabase::ArrayQuery() and SQLiteDatabase::SingleQuery()
   when calling using Reflection. (Felipe)
 - Fixed crash when instantiating PDORow and PDOStatement through Reflection.