ZF-2280: "namespace" is a reserved keyword in PHP 5.3
Description
Zend_Filter_Input uses the keyword "namespace" for its constants NAMESPACE. Since PHP 5.3 "namespace" is reserverd.
Zend_Filter_Input uses the keyword "namespace" for its constants NAMESPACE. Since PHP 5.3 "namespace" is reserverd.
Comments
Posted by Lars Strojny (lars) on 2007-12-07T09:38:10.000+0000
Replaces Zend_Filter_Input::NAMESPACE with Zend_Filter_Input::INPUT_NAMESPACE
Posted by Wil Sinclair (wil) on 2008-01-22T02:37:32.000+0000
Adding info to get this fixed by 1.5.
Posted by Darby Felton (darby) on 2008-02-11T15:16:47.000+0000
Fixed for next minor release with SVN r7923.
Posted by Darby Felton (darby) on 2008-02-11T15:22:42.000+0000
Resolved for next mini-release with SVN r7925.
Posted by Darby Felton (darby) on 2008-03-14T13:42:12.000+0000
Updated documentation with SVN r8820.