]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sat, 2 Mar 2002 01:20:56 +0000 (01:20 +0000)
committer <changelog@php.net> <>
Sat, 2 Mar 2002 01:20:56 +0000 (01:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e4c7752ccc7b5d1e1f11aa4bcdad213b21d8bb4b..00f0fb1c60e756c9a2481daa6b84b18e0f637945 100644 (file)
--- 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)