- Initial import of the mob, reorganizing dirs to match packaged version
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Mon, 16 Mar 2009 20:22:51 +0000 (20:22 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Mon, 16 Mar 2009 20:22:51 +0000 (20:22 +0000)
commit26ac91603dc5dab166667622bbc5e7de6d585f3c
tree95cf762df9fc8ef105ed95ef38164fdf61b26577
- Initial import of the mob, reorganizing dirs to match packaged version

git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@2 013ecfd8-0664-425d-a759-9c98391dc3f9
79 files changed:
ChangeLog [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
debugger/action.php [new file with mode: 0644]
debugger/common.php [new file with mode: 0644]
debugger/controller.php [new file with mode: 0644]
debugger/index.html [new file with mode: 0644]
debugger/index.php [new file with mode: 0644]
demo/client/agesort.php [new file with mode: 0644]
demo/client/client.php [new file with mode: 0644]
demo/client/comment.php [new file with mode: 0644]
demo/client/introspect.php [new file with mode: 0644]
demo/client/mail.php [new file with mode: 0644]
demo/client/simple_call.php [new file with mode: 0644]
demo/client/which.php [new file with mode: 0644]
demo/client/wrap.php [new file with mode: 0644]
demo/client/zopetest.php [new file with mode: 0644]
demo/demo1.txt [new file with mode: 0644]
demo/demo2.txt [new file with mode: 0644]
demo/demo3.txt [new file with mode: 0644]
demo/server/discuss.php [new file with mode: 0644]
demo/server/proxy.php [new file with mode: 0644]
demo/server/server.php [new file with mode: 0644]
demo/vardemo.php [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/announce1_0.txt [new file with mode: 0644]
doc/announce1_1.txt [new file with mode: 0644]
doc/announce1b6.txt [new file with mode: 0644]
doc/announce1b7.txt [new file with mode: 0644]
doc/announce1b8.txt [new file with mode: 0644]
doc/announce1b9.txt [new file with mode: 0644]
doc/convert.php [new file with mode: 0644]
doc/custom.dsl [new file with mode: 0644]
doc/custom.fo.xsl [new file with mode: 0644]
doc/custom.xsl [new file with mode: 0644]
doc/docbook-css/COPYING [new file with mode: 0644]
doc/docbook-css/CREDITS [new file with mode: 0644]
doc/docbook-css/core.css [new file with mode: 0644]
doc/docbook-css/db-bindings.xml [new file with mode: 0644]
doc/docbook-css/driver.css [new file with mode: 0644]
doc/docbook-css/l10n.css [new file with mode: 0644]
doc/docbook-css/l10n/de.css [new file with mode: 0644]
doc/docbook-css/l10n/en.css [new file with mode: 0644]
doc/docbook-css/l10n/es.css [new file with mode: 0644]
doc/docbook-css/l10n/pl.css [new file with mode: 0644]
doc/docbook-css/mozilla.css [new file with mode: 0644]
doc/docbook-css/opera.css [new file with mode: 0644]
doc/docbook-css/styles.css [new file with mode: 0644]
doc/docbook-css/tables.css [new file with mode: 0644]
doc/docbook-css/xmlrpc.css [new file with mode: 0644]
doc/highlight.php [new file with mode: 0644]
doc/xmlrpc_php.xml [new file with mode: 0644]
extras/rsakey.pem [new file with mode: 0644]
extras/test.pl [new file with mode: 0644]
extras/test.py [new file with mode: 0644]
extras/workspace.testPhpServer.fttb [new file with mode: 0644]
lib/compat/array_key_exists.php [new file with mode: 0644]
lib/compat/is_a.php [new file with mode: 0644]
lib/compat/is_callable.php [new file with mode: 0644]
lib/compat/is_scalar.php [new file with mode: 0644]
lib/compat/var_export.php [new file with mode: 0644]
lib/compat/version_compare.php [new file with mode: 0644]
lib/xmlrpc.inc [new file with mode: 0644]
lib/xmlrpc_wrappers.inc [new file with mode: 0644]
lib/xmlrpcs.inc [new file with mode: 0644]
test/PHPUnit/Assert.php [new file with mode: 0644]
test/PHPUnit/TestCase.php [new file with mode: 0644]
test/PHPUnit/TestDecorator.php [new file with mode: 0644]
test/PHPUnit/TestFailure.php [new file with mode: 0644]
test/PHPUnit/TestListener.php [new file with mode: 0644]
test/PHPUnit/TestResult.php [new file with mode: 0644]
test/PHPUnit/TestSuite.php [new file with mode: 0644]
test/PHPUnit/license.txt [new file with mode: 0644]
test/benchmark.php [new file with mode: 0644]
test/parse_args.php [new file with mode: 0644]
test/phpunit.php [new file with mode: 0644]
test/testsuite.php [new file with mode: 0644]
test/verify_compat.php [new file with mode: 0644]