ZF-7716: Zend_Json_Server doesn't respect additional args
Description
Zend_Json_Server, line 143:
public function setClass($class, $namespace = '', $argv = null) { $argv = null;
after removing the $argv = null, server accepts additional args very well. So why is it ignored?
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:52:45.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.