zend MDL-22103 port back our Zend fix

This commit is contained in:
jerome mouneyrac 2010-07-05 09:31:22 +00:00
parent 20e5f3660e
commit dfbfc510ec
2 changed files with 3 additions and 3 deletions

View File

@ -339,7 +339,8 @@ abstract class Zend_Server_Reflection_Function_Abstract
require_once 'Zend/Server/Reflection/Exception.php';
throw new Zend_Server_Reflection_Exception(
'Variable number of arguments is not supported for services (except optional parameters). '
. 'Number of function arguments must correspond to actual number of arguments described in a docblock.');
. 'Number of function arguments must correspond to actual number of arguments described in a docblock '
. '(function was ' . $function->getName() . ')');
}
$paramTypes = array();

View File

@ -1,4 +1,4 @@
Description of Zend framework 1.9.4 import into Moodle
Description of Zend framework 1.10.6 import into Moodle
Please note the zend framework is severly crippled - everything not needed in /webservice/* is removed.
Do not use outside of our /webservice/* or mnet !!
@ -7,5 +7,4 @@ Do not use outside of our /webservice/* or mnet !!
Changes:
* lots of files removed
* small fix to error reporting in reflection (MDL-21460, ZF-8980)
* regular expression fix in reflection (committed upstream, will be in 1.10) (MDL-21461, ZF-6996)