summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-10-04 00:35:27 +0000
committer <changelog@php.net>2002-10-04 00:35:27 +0000
commit4f05796a758c66af43d2f38ceee85a6738b6d936 (patch)
tree3fe233e61b8a0540a767660f7b04d1b3d5e9e060
parentd42349737f074a84a03eb1c2a5141f92a805c9cb (diff)
downloadphp-git-4f05796a758c66af43d2f38ceee85a6738b6d936.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cbae112756..c7041165db 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- Added wddx_serialize_type(). Allows users to cast values to WDDX types (jan)
+- Added ob_flush_all() that flushes all buffers. (Yasuo)
+- Added ob_get_clean() and og_get_flush(). (Yasuo)
- ATTENTION! "make install" will *by default* install the CLI SAPI binary in
{PREFIX}/bin/php. If you don't disable the CGI binary, it will be
installed as {PREFIX}/bin/php-cgi.