History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-2884
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Major Major
Assignee: Ralph Schindler
Reporter: Bret Truchan
Votes: 0
Watchers: 0
Operations

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

Zend_Session errors if PHP magic quotes are turned on in a *nix environment

Created: 14/Mar/08 08:09 PM   Updated: 19/May/09 12:27 PM  Due: 23/Jan/09
Component/s: Zend_Session
Affects Version/s: None
Fix Version/s: 1.8.2

Time Tracking:
Not Specified

 Public Fields   Internal Project Management Fields   
Tags:
Participants: Aldemar Bernal, Bret Truchan, Ralph Schindler and Wil Sinclair
Fix Version Priority: Should Have


 Description  « Hide
We found that there seems to be a bug in Zend_Session which causes Zend_Session to fail if PHP magic quotes are turned on in a *nix environment. The error that's reported is: Fatal error: Cannot use object of type Zend_Session_Namespace as array in C:\AppServ\www\httpdocs\library\Zend\Session\Abstract.php on line 159

 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Wil Sinclair - 25/Mar/08 08:47 PM
Please categorize/fix as needed.

Aldemar Bernal - 28/May/08 12:11 AM
This also happens in *nix environment when register_globals is on

Ralph Schindler - 10/Jan/09 11:34 AM
Aside from magic_quotes and register_globals on being terrible ideas, Ill have a look into this to see whats triggering it.

within 2 weeks.


Ralph Schindler - 19/May/09 12:27 PM
Cannot reproduce this, can you provide both the PHP version as well as the code snippet to demonstrate this usage? Reopen if you can reproduce.