DarkaOnLine / Ripcord

XML RPC client and server around PHP's xmlrpc library
33 stars 21 forks source link

Not working with php 8 #24

Open SusanthaBandara opened 2 years ago

SusanthaBandara commented 2 years ago

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

s0me0ther commented 2 years ago

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

SusanthaBandara commented 2 years ago

Yes Fixed with pecel thanks.

gggeek commented 1 year ago

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