You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heya all! With the directions for W4OS suggesting PHP8 (8.2 currently) but requiring xmlrpc, what is the longer term support plan for this? Specifically, PHP8 dropped the xmlrpc from core (claiming "unused". How... helpful! sigh). Yes, your instructions do mention that you can get it via PECL, but that hasn't been updated or really touched for about two years now, and even that version was beta.
There are other projects out there to support xmlrpc, but the most successful of them has been a class that replaces all of the functions with in-line code.
Regardless, php-xmlrpc is basically not maintained and going away. So, do you have a plan in place to handle that?
The text was updated successfully, but these errors were encountered:
Hey, thank you for your feedback, it's quite interesting. As xmlrpc is used by both WordPress and OpenSimulator, and libxmlrpc Debian package is still distributed from php repo (although not in core, and with a similar warning), I didn't expect support to be dropped.
I'll surely consider replacing the lib package with a custom library (probably with phpxmlrpc/phpxmlrpc unless I get better advice), but the libxmlrpc functions are used 49 times in 9 different scripts, so it will require extensive testing to make sure it does not break functionalities.
I prepared a new xmlrpc class for reference, we should be able to use it instead without too much changes in the code and strategy.
Heya all! With the directions for W4OS suggesting PHP8 (8.2 currently) but requiring xmlrpc, what is the longer term support plan for this? Specifically, PHP8 dropped the xmlrpc from core (claiming "unused". How... helpful! sigh). Yes, your instructions do mention that you can get it via PECL, but that hasn't been updated or really touched for about two years now, and even that version was beta.
There are other projects out there to support xmlrpc, but the most successful of them has been a class that replaces all of the functions with in-line code.
Regardless, php-xmlrpc is basically not maintained and going away. So, do you have a plan in place to handle that?
The text was updated successfully, but these errors were encountered: