ZF-10365: Zend_Amf_Adobe_Introspector works incorrectly with argument arrays
Description
Consider the following code
<?php class Test { public function argSimReturn(array $arg1, array $arg2, $arg3) { return $arg1; } } ?>Generated XML looks like below
<?xml version="1.0" encoding="utf-8"?>
But arguments arg1 and arg2 can be returned as
Because they are explicitly declared as array in the method signature.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2010-11-10T08:37:56.000+0000
Fixed in trunk and 1.11 release branch; will release with 1.11.1.
Posted by Anand Gaurav (adgrvzend) on 2010-11-22T22:19:11.000+0000
When can I get this fix. Does the latest available download have it ? (it says 1.11.0 though)
Posted by Matthew Weier O'Phinney (matthew) on 2010-11-23T06:20:48.000+0000
It's in current svn, both in the trunk and 1.11 release branch. It will release with 1.11.1 -- which will release next week.