mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
zend MDL-22103 port back our Zend fix
This commit is contained in:
parent
20e5f3660e
commit
dfbfc510ec
@ -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();
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user