xmlrpc.inc: Converted $GLOBALS array to internal class Xmlrpc
authorSamu Voutilainen <smar@smar.fi>
Wed, 21 May 2014 12:50:05 +0000 (15:50 +0300)
committerSamu Voutilainen <smar@smar.fi>
Thu, 22 May 2014 08:31:13 +0000 (11:31 +0300)
commit4cbf7668349fb59c22be5f912956d4f000936baf
tree1bd930b8ddf115c4864b7f69d53b55d288d207b9
parent5651cff014a88d7d3b62ebddc708407033b8e3e5
xmlrpc.inc: Converted $GLOBALS array to internal class Xmlrpc

This way $GLOBALS array won’t be polluted with internal data of
us, and if something else does something to that array, it
won’t affect us anymore.
ChangeLog
lib/xmlrpc.inc