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)