From: Marcus Boerger Date: Mon, 24 Jan 2005 18:49:01 +0000 (+0000) Subject: - mysqli/sqlite changes X-Git-Tag: RELEASE_0_2~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f55df7d1027ba92bdb0be52b3bef1eb5fe0283e;p=php - mysqli/sqlite changes --- diff --git a/NEWS b/NEWS index bc270eb739..37ab42536f 100644 --- 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)