changelog               Fri Mar  1 20:20:57 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.877 php4/NEWS:1.878
--- php4/NEWS:1.877     Fri Mar  1 07:18:29 2002
+++ php4/NEWS   Fri Mar  1 20:20:56 2002
@@ -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)


Reply via email to