diff options
author | Wez Furlong <wez@php.net> | 2004-05-04 15:11:06 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-05-04 15:11:06 +0000 |
commit | 4a645e09af97eeb13de3864ea786498cd33707b6 (patch) | |
tree | 0a449b20e321f3301af3d37b76ebab4b32ae1145 | |
parent | 263723ec9b9d1f7b82a7de1e2cef25803bf24baa (diff) | |
download | php-git-4a645e09af97eeb13de3864ea786498cd33707b6.tar.gz |
news
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 3 +- You may now use count() on COM arrays. (Wez) - Fixed bug #28161 (COM: Array style properties could not be accessed). (Wez) - Fixed bug #28125 (ArrayObject leaks when accessing elements). (Marcus) - Fixed bug #28099 (ArrayObject doesn't implement ArrayAccess). (Marcus) |