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

Key: ZF-2280
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Darby Felton
Reporter: Lars Strojny
Votes: 0
Watchers: 0
Operations

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

"namespace" is a reserved keyword in PHP 5.3

Created: 07/Dec/07 09:36 AM   Updated: 12/Apr/08 10:54 AM
Component/s: Zend_Filter_Input
Affects Version/s: 1.0.3
Fix Version/s: 1.0.4

Time Tracking:
Not Specified

File Attachments: 1. Text File namespace.diff (2 kb)

Issue Links:
Duplicate
 

 Public Fields   Internal Project Management Fields   
Tags:
Participants: Darby Felton, Lars Strojny and Wil Sinclair
Fix Version Priority: Must Have


 Description  « Hide
Zend_Filter_Input uses the keyword "namespace" for its constants NAMESPACE. Since PHP 5.3 "namespace" is reserverd.

 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Lars Strojny - 07/Dec/07 09:38 AM
Replaces Zend_Filter_Input::NAMESPACE with Zend_Filter_Input::INPUT_NAMESPACE

Wil Sinclair - 22/Jan/08 02:37 AM
Adding info to get this fixed by 1.5.

Darby Felton - 11/Feb/08 03:16 PM
Fixed for next minor release with SVN r7923.

Darby Felton - 11/Feb/08 03:22 PM
Resolved for next mini-release with SVN r7925.

Darby Felton - 14/Mar/08 01:42 PM
Updated documentation with SVN r8820.