Ripcord
Ripcord copied to clipboard
Not working with php 8
After upgrade the codebase into php 8 API functions are not working. have you make any sense?
Seems to be because of the discontinuation of the xmlrpc plugin in php https://pecl.php.net/package/xmlrpc Are there any recommended replacements ?
Yes Fixed with pecel thanks.
@s0me0ther a recommended replacement for the phpxmlrpc extension is https://github.com/gggeek/polyfill-xmlrpc
@SusanthaBandara I presume you mean "fixed by installing the extension from pecl"? If so, be aware that the extension from pecl is not recommended for use by the very developers who maintain it...