-
Notifications
You must be signed in to change notification settings - Fork 66
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
Version 2.4.0 breaks pear/xml_rpc2 1.1.4 #18
Comments
Basically, just remove The longer answer is that I removed if (!class_exists('HTTP_Request2', true)) {
require_once 'HTTP/Request2.php';
} the code above will trigger autoloading when run from composer installation and fall back to explicit require in PEAR installation. Please open an issue for xml_rpc2 linking to this one |
Thank you very much! I've created a pull request to xml_rpc2. |
New version 2.4.0 is incompatible with pear/xml_rpc2 1.1.4:
PHP Warning: Uncaught ErrorException: require_once(HTTP/Request2.php): failed to open stream: No such file or directory in /home/vagrant/vendor/pear/xml_rpc2/XML/RPC2/Util/HTTPRequest.php:45
Any hint to solve this? Thank you!
The text was updated successfully, but these errors were encountered: