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
- Host: GitHub
- URL: https://github.com/bretton/xml-rpc-php7
- Owner: bretton
- License: gpl-3.0
- Created: 2017-10-12T17:39:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T07:50:48.000Z (over 8 years ago)
- Last Synced: 2025-03-10T18:09:48.231Z (over 1 year ago)
- Topics: php-library, php7, xmlrpc-interface
- Language: PHP
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)