Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

throw an error if response is larger than a limit of 10MB for libxml 2.7.9+ #39

Open
igorveremsky opened this issue Mar 7, 2018 · 0 comments

Comments

@igorveremsky
Copy link

As Alwin commented at http://php.net/manual/en/function.xmlrpc-decode.php:
screenshot_166
there is a limit of 10M for response it it exceeded xmlrpc_decode() will return NULL and most of programmers will not know what they do wrong, i spend all day for understand it :) So, i think it can be loged or cathed by this extension and throw an error that max size of response exceeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant