ZF-9373: Zend_Rest_Client sends multiple parameters beginning with arg0 instead of arg1

Description

If multiple arguments are passed into a Zend_Rest_Client call, they get sent as arg0, arg1, arg2, etc... instead of arg1, arg2, arg3 as per the docs.

If there is just a single parameter, it gets correctly passed as arg1.

Comments

No comments to display