sniper          Mon Jun 11 20:22:46 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  regroup
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.774&r2=1.2027.2.547.2.775&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.774 php-src/NEWS:1.2027.2.547.2.775
--- php-src/NEWS:1.2027.2.547.2.774     Mon Jun 11 15:08:43 2007
+++ php-src/NEWS        Mon Jun 11 20:22:45 2007
@@ -3,6 +3,9 @@
 ?? ??? 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 @@
   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 @@
 
 - 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) 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to