WIP introduce namespaces; move all global functions and variables to classes
authorgggeek <giunta.gaetano@gmail.com>
Sun, 14 Dec 2014 02:20:46 +0000 (02:20 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 14 Dec 2014 02:20:46 +0000 (02:20 +0000)
commit64b37dfbd32a7858e729e03eb276a2eaa0f19ccd
treeb8ac75ed5f0760ee3ef2bfc5477be6390578dd6d
parent176750b0a4a054a8cad058df8cc8336221b3bf83
WIP introduce namespaces; move all global functions and variables to classes
24 files changed:
README.md
composer.json
demo/server/discuss.php
lib/phpxmlrpc.php [deleted file]
lib/xmlrpc.inc [new file with mode: 0644]
lib/xmlrpc.php [deleted file]
lib/xmlrpc_wrappers.inc [new file with mode: 0644]
lib/xmlrpc_wrappers.php [deleted file]
lib/xmlrpcmsg.php [deleted file]
lib/xmlrpcs.inc [new file with mode: 0644]
src/Client.php [moved from lib/xmlrpc_client.php with 93% similarity]
src/Encoder.php [new file with mode: 0644]
src/Helper/Charset.php [new file with mode: 0644]
src/Helper/Date.php [new file with mode: 0644]
src/Helper/Http.php [new file with mode: 0644]
src/Helper/XMLParser.php [new file with mode: 0644]
src/PhpXmlRpc.php [new file with mode: 0644]
src/Request.php [new file with mode: 0644]
src/Response.php [moved from lib/xmlrpcresp.php with 91% similarity]
src/Server.php [moved from lib/xmlrpc_server.php with 62% similarity]
src/Value.php [moved from lib/xmlrpcval.php with 84% similarity]
src/Wrapper.php [new file with mode: 0644]
test/testsuite.php
test/verify_compat.php