ZF-5346: AMF3 Messages with Object as first param fails with badVersion
Description
AMF3 calls will fail if the first or only parameter passed to the call is an object. These are calls from Flash, Actionscript 3 netConnection
The fix to the problem seems to be to remove the check on line 184 of Request.php.
Comments
Posted by Wade Arnold (wadearnold) on 2008-12-23T13:10:36.000+0000
Can you supply the simplest code snippet for PHP and AS3 to make this happen. I have an object test that works fine in AS3 from Flex and can not re-create the issue.
Posted by Wade Arnold (wadearnold) on 2009-03-16T12:16:31.000+0000
Changes have been committed to the trunk that resolve the issue. Test case was created and committed.