-- Alexander Johannesen <alexander.johanne...@gmail.com> wrote
(on Friday, 03 April 2009, 07:43 PM +1100):
> It says in the manual that Zend_Registry when used as an introspective
> object has buggy behaviour is some versions of PHP, but it doesn't
> state which versions. If it's like < 5.1.* then it doesn't matter, but
> some clarification would be good.
> 
> $glob = new Zend_Registry( array(), ArrayObject::ARRAY_AS_PROPS ) ;

PHP 5.2.0 specifically. That particular version shipped a broken version
of ArrayObject; releases prior and following work fine.

-- 
Matthew Weier O'Phinney
Software Architect      | matt...@zend.com
Zend Framework          | http://framework.zend.com/

Reply via email to