Issue Details (XML | Word | Printable)

Key: ZF-1828
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Major Major
Assignee: Ralph Schindler
Reporter: Laurent Melmoux
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

FlashMessenger - Indirect modification of overloaded property

Created: 07/Aug/07 03:06 PM   Updated: 16/Nov/07 02:45 PM   Resolved: 16/Nov/07 02:45 PM
Component/s: Zend_Controller
Affects Version/s: 1.0.1
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide

I'm geting this error when using FlashMessenger Helper :

Notice: Indirect modification of overloaded property Zend_Session_Namespace::$default has no effect in /www/2mx.int/library/Zend/Controller/Action/Helper/FlashMessenger.php on line 133

I'm using php 5.2.0, with the lastest svn export.

It's seems relatated to overloading array ?
http://weierophinney.net/matthew/archives/131-Overloading-arrays-in-PHP-5.2.0.html



Ralph Schindler added a comment - 07/Aug/07 04:13 PM

Issue with Zend_Session and php 5.2.0 specific to the __get() return type.


Matthew Weier O'Phinney added a comment - 16/Nov/07 02:45 PM

This is due to BC breaks introduced in PHP 5.2.0 that were corrected in 5.2.1. Will not fix; please try and upgrade your installation to a later version of the 5.2.x series.