ZF-2359: static methods are called twice
Description
there is no "else" statment:
if ($this->_functions[$this->_method]->isStatic()) {
// FIRST CALL (static)
}
// MAKE NEW INSTANCE AND SECOND CALL
there is no "else" statment:
if ($this->_functions[$this->_method]->isStatic()) {
// FIRST CALL (static)
}
// MAKE NEW INSTANCE AND SECOND CALL
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-09T11:39:56.000+0000
Removing Zend_Json_Server as component; Zend_Json_Server has not been in a public release yet, and is being re-written from the ground up as a JSON-RPC implementation for the next minor release.
Scheduling Zend_Rest_Server fix for next mini release.
Posted by Wil Sinclair (wil) on 2008-06-02T06:25:28.000+0000
Should this be assigned to you Matthew? If not, please reassign.
Posted by Matthew Weier O'Phinney (matthew) on 2008-07-23T11:35:16.000+0000
Fixed in trunk and 1.5 and 1.6 release branches.