From 91f68f01300c14466796cb9f6b8e82281909083d Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 25 Jan 2005 00:09:44 +0000 Subject: [PATCH] massage --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37ab42536f..80a9c36070 100644 --- 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) -- 2.50.1