]> git.andy128k.dev Git - ipf.git/commit
remove xml-rpc. extracted to own package
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 28 Jul 2013 12:03:24 +0000 (15:03 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 28 Jul 2013 12:03:24 +0000 (15:03 +0300)
commit2a2db773f67fe340d96eef87d07c29f82e7144b6
treed50df5578897c091fb98b7dde621791be0548305
parent396bf7b2b142e4b8ea1b1779cb69e6327093085a
remove xml-rpc. extracted to own package
32 files changed:
ipf/server/abstract.php [deleted file]
ipf/server/interface.php [deleted file]
ipf/server/reflection.php [deleted file]
ipf/server/reflection/class.php [deleted file]
ipf/server/reflection/function.php [deleted file]
ipf/server/reflection/function/abstract.php [deleted file]
ipf/server/reflection/method.php [deleted file]
ipf/server/reflection/node.php [deleted file]
ipf/server/reflection/parameter.php [deleted file]
ipf/server/reflection/prototype.php [deleted file]
ipf/server/reflection/returnvalue.php [deleted file]
ipf/xmlrpc/fault.php [deleted file]
ipf/xmlrpc/request.php [deleted file]
ipf/xmlrpc/request/http.php [deleted file]
ipf/xmlrpc/request/stdin.php [deleted file]
ipf/xmlrpc/response.php [deleted file]
ipf/xmlrpc/response/http.php [deleted file]
ipf/xmlrpc/server.php [deleted file]
ipf/xmlrpc/server/cache.php [deleted file]
ipf/xmlrpc/server/fault.php [deleted file]
ipf/xmlrpc/value.php [deleted file]
ipf/xmlrpc/value/array.php [deleted file]
ipf/xmlrpc/value/base64.php [deleted file]
ipf/xmlrpc/value/boolean.php [deleted file]
ipf/xmlrpc/value/collection.php [deleted file]
ipf/xmlrpc/value/datetime.php [deleted file]
ipf/xmlrpc/value/double.php [deleted file]
ipf/xmlrpc/value/integer.php [deleted file]
ipf/xmlrpc/value/nil.php [deleted file]
ipf/xmlrpc/value/scalar.php [deleted file]
ipf/xmlrpc/value/string.php [deleted file]
ipf/xmlrpc/value/struct.php [deleted file]