diff options
author | Andi Gutmans <andi@php.net> | 2003-10-30 09:57:10 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2003-10-30 09:57:10 +0000 |
commit | 9e007de0c2ae246da1aec159d3ca0eb2d0dd4b70 (patch) | |
tree | 1a8a007f7c9ff807dca35106cf1e9e03096e28ae | |
parent | 3a65317f79e479fc92a678fd3aa30ce394d78b8f (diff) | |
download | php-git-9e007de0c2ae246da1aec159d3ca0eb2d0dd4b70.tar.gz |
- Go with beta 2
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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() |