ZF-9295: escape callback doesn't accept additional params
Description
as stated in the docs (http://framework.zend.com/manual/en/…), a custom callback function can receive additional parameters: "The callback function or method should take the value to be escaped as its first parameter, and all other parameters should be optional." this doesn't work though as the escape method only accepts 1 param.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-03-01T06:06:34.000+0000
Good point -- and looking at the code, this could be fairly easily remedied; will work on this for the next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2010-06-18T05:17:08.000+0000
Fixed in trunk and 1.10 release branch.