From 922ec7c75d09a21c6cc01f0e322b5a90214214f5 Mon Sep 17 00:00:00 2001 From: Date: Sat, 2 Mar 2002 01:20:56 +0000 Subject: [PATCH] NEWS update --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index e4c7752ccc..00f0fb1c60 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.2.0 +- Added PHP_SAPI constant which contains the name of running SAPI. (Edin) +- Added ob_get_status() to get array of buffers and it's status. (Yasuo) +- Fixed crash bug with ob_end_*() function. ob_end_*() will not delete + buffers that may not be deleted. (Yasuo) +- Added 3rd parameter "bool erase" to ob_start(). If FALSE, buffer may not be + deleted until script finshes. (Yasuo) +- Changed ob_*() function that have void return type to bool. All ob_*() + functions return TRUE for success, FALSE for failure. (Yasuo) - Added sybase_ct support to dbx module (Marc) - Fixed error message handling with PostgreSQL 7.2 (Rui) - Added object aggregation capability, see aggregation_*() functions. (Andrei) -- 2.40.0