diff options
author | <changelog@php.net> | 2002-10-04 00:35:27 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-10-04 00:35:27 +0000 |
commit | 4f05796a758c66af43d2f38ceee85a6738b6d936 (patch) | |
tree | 3fe233e61b8a0540a767660f7b04d1b3d5e9e060 | |
parent | d42349737f074a84a03eb1c2a5141f92a805c9cb (diff) | |
download | php-git-4f05796a758c66af43d2f38ceee85a6738b6d936.tar.gz |
NEWS update
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |