Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0.1
-
Fix Version/s: None
-
Component/s: Zend_Controller
-
Labels:None
Description
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
Issue Links
| This issue is related to: | ||||
| ZF-1743 | Zend_Session_Namespace does not persist new slice data |
|
|
|
Issue with Zend_Session and php 5.2.0 specific to the __get() return type.