]> granicus.if.org Git - php/commitdiff
regroup
authorfoobar <sniper@php.net>
Mon, 11 Jun 2007 20:22:45 +0000 (20:22 +0000)
committerfoobar <sniper@php.net>
Mon, 11 Jun 2007 20:22:45 +0000 (20:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 4d3fd5da985f5daf7c0f9e88c7f0c5e44dc83fd7..d86215930cdfe8f482e5c43818fd9263afa3d5c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 ?? ??? 2007, PHP 5.2.4
 - Improved fix for MOPB-03-2007. (Ilia)
 - Corrected fix for CVE-2007-2872. (Ilia)
+- Enabled statement cache for non-persistent OCI8 connections. 
+  (Chris Jones, Tony)
+
 - Added php_ini_loaded_file() function which returns the path to the actual
   php.ini in use. (Jani)
 - Added GD version constants GD_MAJOR_VERSION, GD_MINOR_VERSION
@@ -11,16 +14,17 @@ PHP                                                                        NEWS
   Tony)
 - Added missing format validator to unpack() function. (Ilia)
 - Added missing error check inside bcpowmod(). (Ilia)
-- Enabled statement cache for non-persistent OCI8 connections. 
-  (Chris Jones, Tony)
+
 - Fixed several integer overflows in ImageCreate(), ImageCreateTrueColor(), 
   ImageCopyResampled() and ImageFilledPolygon() reported by Mattias Bengtsson. 
   (Tony)
 - Fixed size calculation in chunk_split(). (Stas)
 - Fixed integer overlow in str[c]spn(). (Stas)
 - Fixed money_format() not to accept multiple %i or %n tokens. (Stas, Ilia)
+
 - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory 
   already exists). (Pierre)
+
 - Fixed bug #41640 (get_class_vars produces error on class constants).
   (Johannes)
 - Fixed bug #41630 (segfault when an invalid color index is present in
@@ -72,8 +76,8 @@ PHP                                                                        NEWS
 
 - Implemented FR #41416 (getColumnMeta() should also return table name). (Tony)
 
-- Fixed an interger overflow inside chunk_split(), identified by Gerhard
-  Wagner (Ilia) 
+- Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
+  (Ilia) 
 - Fixed SOAP extension's handler() to work even when
   "always_populate_raw_post_data" is off. (Ilia)
 - Fixed possible infinite loop in imagecreatefrompng. (libgd #86)