sniper Mon Jan 24 19:09:46 2005 EDT Modified files: /php-src NEWS Log: massage http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1833&r2=1.1834&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1833 php-src/NEWS:1.1834 --- php-src/NEWS:1.1833 Mon Jan 24 13:49:01 2005 +++ php-src/NEWS Mon Jan 24 19:09:44 2005 @@ -2,6 +2,8 @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 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 @@ . 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php