-- Ralph Schindler <[EMAIL PROTECTED]> wrote
(on Monday, 29 January 2007, 05:16 PM -0600):
> Philip Iezzi wrote:
> > > Notice: Indirect modification of overloaded property 
> > > Zend_Session::$default has no effect in FlashMessage.php on line 42
> > >
> > > line 42 (in add()):
> > >
> > > self::$_session-> {$namespace}[] = $message;
> >
> > It didn't work with Matthew's hack either...
> > http://weierophinney.net/matthew/archives/131-Overloading-arrays-in-PHP-5.2.0.html
> >
> 
> yep, this is the issue in php 5.2.*
> 
> I am working on a fix, will let you know when the code in the repository 
> is updated.  I literally updated to 5.2 yesterday so this is the first 
> time I am seeing this issue first hand.

BTW, in 5.2.1, this will no longer be an issue; Dmitry committed a patch
to the PHP sources to allow this behaviour again.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to