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

Key: ZF-2866
Type: Improvement Improvement
Status: Closed Closed
Resolution: Won't Fix
Priority: Trivial Trivial
Assignee: Ralph Schindler
Reporter: Adam Weinstock
Votes: 1
Watchers: 1
Operations

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

Zend_Session package full of hardcoded variables that should be constants

Created: 12/Mar/08 02:23 AM   Updated: 10/Jan/09 11:32 AM
Component/s: Zend_Session
Affects Version/s: None
Fix Version/s: Next Major Release

Time Tracking:
Not Specified

 Public Fields   Internal Project Management Fields   
Tags:
Participants: Adam Weinstock, Ralph Schindler and Wil Sinclair
Fix Version Priority: Must Have


 Description  « Hide
The Zend_Session package is full of hardcoded variables that should be constants; e.g. '__ZF', 'ENNH', etc. Would be much nicer if placed into Zend_Session_Abstract along the lines of:

const ZF_NS
const EXPIRE_NS_NS_HOP
etc.



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

Ralph Schindler - 10/Jan/09 11:32 AM
Since the hardcoded values are not part of the public API (which constants are), i see no reason to make them constants.

-ralph