An open API service indexing awesome lists of open source software.

https://github.com/bretton/xml-rpc-php7

XML-RPC modified for PHP7
https://github.com/bretton/xml-rpc-php7

php-library php7 xmlrpc-interface

Last synced: 20 days ago
JSON representation

XML-RPC modified for PHP7

Awesome Lists containing this project

README

          

# XML-RPC-PHP7
XML-RPC modified for PHP7

# Modifications
Using repDeprec.pl (available from http://nthinking.net/index.html#reDeprec )
modifications to an old installation of PEAR:XML-RPC was performed to make it
compatible with PHP7.

The regular expression matching isn't perfect, and additional tweaks were
required to fix the errors which cropped up.

The included files are working for my legacy product, but I cannot promise they will
work for anyone else.

However, it has made it possible for a replaced by -> preg_split (and additional slashes/regex)

ereg -> replaced by -> preg_match (and additional slashes/regex)

ereg_replace -> replaced by -> preg_replace (and additional slashes/regex)