Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt =================================================================== RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt,v retrieving revision 1.1 diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt 22 Jan 2006 16:22:23 -0000 1.1 +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt 26 Oct 2008 02:06:16 -0000 @@ -1,5 +1,10 @@ --TEST-- PHP Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache off by default 1) +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --EXPECT-- -int(19) \ No newline at end of file +int(19) Index: phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt =================================================================== RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt,v retrieving revision 1.2 diff -u -r1.2 phpxmlrpcValidator1EchoStructTest.phpt --- phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt 22 Jan 2006 02:04:50 -0000 1.2 +++ phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt 26 Oct 2008 02:06:17 -0000 @@ -1,5 +1,11 @@ --TEST-- PHP Backend XML-RPC client against phpxmlrpc validator1 (echoStructTest) +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --EXPECT-- -int(35) \ No newline at end of file +int(35) Index: phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt =================================================================== RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt,v retrieving revision 1.2 diff -u -r1.2 phpxmlrpcValidator1SimpleStructReturnTest.phpt --- phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt 22 Jan 2006 02:04:50 -0000 1.2 +++ phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt 26 Oct 2008 02:06:17 -0000 @@ -1,5 +1,11 @@ --TEST-- PHP Backend XML-RPC client against phpxmlrpc validator1 (simpleStructReturnTest) +--SKIPIF-- + --FILE-- --FILE-- --EXPECT-- -string(5) "World" \ No newline at end of file +string(5) "World" Index: xmlrpcextBackend/server/normalRequestWithPrefix2.phpt =================================================================== RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/normalRequestWithPrefix2.phpt,v retrieving revision 1.1 diff -u -r1.1 normalRequestWithPrefix2.phpt --- xmlrpcextBackend/server/normalRequestWithPrefix2.phpt 17 Jan 2006 22:23:28 -0000 1.1 +++ xmlrpcextBackend/server/normalRequestWithPrefix2.phpt 26 Oct 2008 02:06:17 -0000 @@ -1,5 +1,9 @@ --TEST-- XMLRPCext Backend XML-RPC server with normal response (with prefix in phpdoc) +--SKIPIF-- +if (!extension_loaded('xmlrpc')) { + print "You need to load the XMLRPC extension to execute this test"; +} --FILE-- --EXPECT-- -string(5) "World" \ No newline at end of file +string(5) "World" Index: xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt =================================================================== RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt,v retrieving revision 1.1 diff -u -r1.1 validator1ArrayOfStructsTest.phpt --- xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt 18 Jan 2006 19:55:00 -0000 1.1 +++ xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt 26 Oct 2008 02:06:17 -0000 @@ -1,5 +1,9 @@ --TEST-- XMLRPCext Backend XML-RPC server Validator1 test (arrayOfStructsTest) +--SKIPIF-- +if (!extension_loaded('xmlrpc')) { + print "You need to load the XMLRPC extension to execute this test"; +} --FILE--