-
Notifications
You must be signed in to change notification settings - Fork 22
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
Actual PHP 8 support #34
Comments
I'd be very pleased too if there would be xml-rpc client update for this. |
Hi, The next major version won't use XMLRPC because of PHP 8. You have to know that this extension is not provided by default in PHP 8+. Moreover, some deployment platforms do not provide it too (like platform.sh : https://docs.platform.sh/languages/php/extensions.html). The version 8 of the client is about to be released with JSONRPC calls (branch I let this issue opened to write a XMLRPC "transport" in version 8 for legacy purposes. ;) |
Hi! Do you have any ideas of the schedule for version 8? Can't wait! ✌️ |
Hi any updates about this? |
Hi I just tried to install the most recent version but couldn't:
xmlrpc has been abandoned: https://pecl.php.net/package/xmlrpc, so I was wondering if you had plans to rewrite
php-xmlrpc-client
to work withoutext-xmlrpc
?I had previously built an Odoo service (much simpler than yours) and had used https://github.com/gggeek/phpxmlrpc to get around the issue of
ext-xmlrpc
being abandonware.Could this repo allow the user to specify a different XMLRPC client (such as the above
phpxmlrpc
library) as long as it followed a provided interface?The text was updated successfully, but these errors were encountered: