Ripcord icon indicating copy to clipboard operation
Ripcord copied to clipboard

Not working with php 8

Open SusanthaBandara opened this issue 4 years ago • 3 comments

After upgrade the codebase into php 8 API functions are not working. have you make any sense?

SusanthaBandara avatar Jan 27 '22 08:01 SusanthaBandara

Seems to be because of the discontinuation of the xmlrpc plugin in php https://pecl.php.net/package/xmlrpc Are there any recommended replacements ?

s0me0ther avatar Mar 10 '22 12:03 s0me0ther

Yes Fixed with pecel thanks.

SusanthaBandara avatar Mar 11 '22 02:03 SusanthaBandara

@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...

gggeek avatar Aug 22 '23 09:08 gggeek