summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2003-10-30 09:57:10 +0000
committerAndi Gutmans <andi@php.net>2003-10-30 09:57:10 +0000
commit9e007de0c2ae246da1aec159d3ca0eb2d0dd4b70 (patch)
tree1a8a007f7c9ff807dca35106cf1e9e03096e28ae
parent3a65317f79e479fc92a678fd3aa30ce394d78b8f (diff)
downloadphp-git-9e007de0c2ae246da1aec159d3ca0eb2d0dd4b70.tar.gz
- Go with beta 2
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 80273bca08..66f8586750 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,14 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 5.0.0
-?? ??? 2003, PHP 5 Beta 2
+30 Oct 2003, PHP 5 Beta 2
+- Lots and lots of changes in the Zend Engine 2 since beta 1:
+ . Added Iterators
+ . Improved memory manager
+ . Added Reflection API
+ . Removed the not so working namespaces support
+ . Removed support for expressions within constant declerations.
+ . You can read about most changes in ZEND_CHANGES under the Zend directory.
- Improved the DBX extension: (Marc)
. Added DBX_RESULT_UNBUFFERED flag for dbx_query().
. Added dbx_fetch_row()