Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.0.4
-
Fix Version/s: None
-
Component/s: Zend_Filter_Input
-
Labels:None
-
Language:English
Description
I had options in zend_filter_input which contained more default namespaces. Upgrading to 1.0.4 broke my unit tests because of namespace becoming inputNamespace. I've changed the problem in my code. The docs should be changed or backwards compatibility should be kept.
Issue Links
| This issue duplicates: | ||||
| ZF-2280 | "namespace" is a reserved keyword in PHP 5.3 |
|
|
|
The real problem is, that the documentation is not up to date:
http://framework.zend.com/manual/en/zend.filter.input.html#zend.filter.input.namespaces
It still uses "namespace", but it should be "inputNamespace".