ZF-2850: CLONE -namespace changed to inputNamespace (see trackers 2280 and 2460) - Documentation not up to date
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.
Comments
Posted by Burkhard Ritter (burkhard) on 2008-03-10T18:24:28.000+0000
The real problem is, that the documentation is not up to date: http://framework.zend.com/manual/en/… It still uses "namespace", but it should be "inputNamespace".
Posted by Darby Felton (darby) on 2008-03-14T13:40:10.000+0000
Resolving as duplicate; will commit documentation update shortly.