summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-01-04 02:09:32 +0000
committer <changelog@php.net>2000-01-04 02:09:32 +0000
commit576df38f598169a08ce35f88b0ab74a43ee6d848 (patch)
tree6365022196361aefa5137dc84a148faf07068c6d
parentf29ee8f7ee7508e01ba7f22214b714528d6fe363 (diff)
downloadphp-git-576df38f598169a08ce35f88b0ab74a43ee6d848.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8501c1e1e4..f9446facf4 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+- Implemented support for <boolean> and <null> types according
+ to WDDX version 1.0 (Andrei)
- Made var_dump()/serialize()/unserialize() NULL aware. (Thies)
- Added new NULL constant (Zeev, Zend library)
- Fixed -c support in the standalone CGI binary (Zeev)