From 27e5db869dc809c38c0b41f16b896ebd410a6386 Mon Sep 17 00:00:00 2001 From: paulr Date: Wed, 30 Mar 2011 17:36:59 +1100 Subject: [PATCH] all your files are belong to git.... just building a frame work at this point --- lib/plugins/install.php | 11 +++++++++++ unittests/soaptest.php | 2 +- www/soap.php | 10 ++++++---- 3 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 lib/plugins/install.php create mode 100644 var/mysql.sql create mode 100644 var/sqlite3.sql diff --git a/lib/plugins/install.php b/lib/plugins/install.php new file mode 100644 index 0000000..0abf40c --- /dev/null +++ b/lib/plugins/install.php @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/unittests/soaptest.php b/unittests/soaptest.php index 2a0fe56..f72318f 100644 --- a/unittests/soaptest.php +++ b/unittests/soaptest.php @@ -3,7 +3,7 @@ require_once("../lib/lib.php"); ini_set("soap.wsdl_cache_enabled", "0"); -$client = new SoapClient("http://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1)); +$client = new SoapClient("https://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1)); print_r($client->__getFunctions()); diff --git a/var/mysql.sql b/var/mysql.sql new file mode 100644 index 0000000..e69de29 diff --git a/var/sqlite3.sql b/var/sqlite3.sql new file mode 100644 index 0000000..e69de29 diff --git a/www/soap.php b/www/soap.php index 281b468..577e359 100644 --- a/www/soap.php +++ b/www/soap.php @@ -1,6 +1,8 @@