diff options
author | Marcus Boerger <helly@php.net> | 2004-04-25 11:19:57 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-04-25 11:19:57 +0000 |
commit | 8116ba424973a6827b29233129eb70c4130d01ad (patch) | |
tree | a8ff6c55e1b2dd1362dc824d43292418cb9693dd | |
parent | 5b755c40ea640c03006bb5ae79bc8c23b1761753 (diff) | |
download | php-git-8116ba424973a6827b29233129eb70c4130d01ad.tar.gz |
BFN
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 3 +- Fixed bug #28125 (ArrayObject leaks when accessing elements). (Marcus) +- Fixed bug #28099 (ArrayObject doesn't implement ArrayAccess). (Marcus) +- Fixed bug #27929 (SPL: change visibility of ArrayIterator::__construct). + (Marcus) +- Fixed bug #27063 (SPL: ArrayObject does not handle PPP correctly). (Marcus) 25 Apr 2004, PHP 5 Release Candidate 2 - Implementing an interface/abstract method with the wrong prototype is now |