This repository has been archived by the owner on May 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 801
Zend_XmlRpc_Value is not standard compliant #229
Labels
Milestone
Comments
Solution is to add this
Created pull request with the fix. |
Just out of curiousity, what XML-RPC client were you working with that wasn't wrapping strings with |
It's some java backend in our company, but I've no idea what it uses for xmlrpc |
weierophinney
pushed a commit
to zendframework/zendframework
that referenced
this issue
Nov 1, 2013
See ZF1 issue for more: zendframework/zf1#229
weierophinney
pushed a commit
to zendframework/zendframework
that referenced
this issue
Nov 1, 2013
See ZF1 issue for more: zendframework/zf1#229
xopherdeep
pushed a commit
to xopherdeep/Zend-Framework-v1
that referenced
this issue
Jul 3, 2014
More details here: zendframework#229
gianarb
pushed a commit
to zendframework/zend-xmlrpc
that referenced
this issue
May 15, 2015
See ZF1 issue for more: zendframework/zf1#229
gianarb
pushed a commit
to zendframework/zend-xmlrpc
that referenced
this issue
May 15, 2015
See ZF1 issue for more: zendframework/zf1#229
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Zend_XmlRpc_Value is not standard compliant, as it fails to parse this xml:
if however works for
But standard (http://xmlrpc.scripting.com/spec.html) specifies "If no type is indicated, the type is string.".
Zend version: 1.12.3
PHP version: 5.5.5
The text was updated successfully, but these errors were encountered: