]> granicus.if.org Git - php/commitdiff
- mysqli/sqlite changes
authorMarcus Boerger <helly@php.net>
Mon, 24 Jan 2005 18:49:01 +0000 (18:49 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 24 Jan 2005 18:49:01 +0000 (18:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bc270eb739689593d9ba57939bd659f60483650b..37ab42536fb46ce4ad65f7d94502251467ec67f7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ 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)