Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.3
-
Fix Version/s: 1.0.4
-
Component/s: Zend_Filter_Input
-
Labels:None
-
Fix Version Priority:Must Have
Description
Zend_Filter_Input uses the keyword "namespace" for its constants NAMESPACE. Since PHP 5.3 "namespace" is reserverd.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| ZF-2460 | Zend_Filter_Input is incompatible with PHP-5.3, because NAMESPACE is a reseved word in PHP-5.3. |
|
|
|
| ZF-3105 | Documentation should mention that the version 1.0.4 changed Zend_Filter_Input constant name from namespace to inputNamespace |
|
|
|
| ZF-2850 | CLONE -namespace changed to inputNamespace (see trackers 2280 and 2460) - Documentation not up to date |
|
|
|
Replaces Zend_Filter_Input::NAMESPACE with Zend_Filter_Input::INPUT_NAMESPACE