]> granicus.if.org Git - php/commitdiff
massage
authorfoobar <sniper@php.net>
Tue, 25 Jan 2005 00:09:44 +0000 (00:09 +0000)
committerfoobar <sniper@php.net>
Tue, 25 Jan 2005 00:09:44 +0000 (00:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 37ab42536fb46ce4ad65f7d94502251467ec67f7..80a9c3607039989b14f1b3060ec6a8396bb21599 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
 - Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
+- Changed mysqli_exception and sqlite_exception to use RuntimeException as base 
+  if SPL extension is present. (Georg, Marcus)
 - Removed garbage manager in Zend Engine which results in more aggressive
   freeing of data. (Dmitry, Andi)
 - Improved support for embedded server in mysqli. (Georg)
@@ -14,8 +16,6 @@ PHP                                                                        NEWS
   . magic method invocations. (Marcus)
 - Added new classes in mysqli: mysqli_driver, mysqli_warning, mysqli_exception,
   and mysqli_sql_exception. (Georg)
-- Changed mysqli_exception and sqlite_exception to use RuntimeException as base 
-  if extension SPL is present. (Georg, Marcus)
 - Added possibility to access INI variables from within .ini file. (Andrei)
 - Added constructors for mysqli_stmt and mysqli_result classes. (Georg)
 - Added variable $_SERVER['REQUEST_TIME'] containing request start time. (Ilia)