1. Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt
  2. ===================================================================
  3. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt,v
  4. retrieving revision 1.1
  5. diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt
  6. --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt    22 Jan 2006 16:22:23 -0000  1.1
  7. +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault1.phpt    26 Oct 2008 02:06:16 -0000
  8. @@ -1,5 +1,10 @@
  9.  --TEST--
  10.  PHP Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache off by default 1)
  11. +--SKIPIF--
  12. +<?php
  13. +if (!function_exists('curl_init')) {
  14. +    print "Skip no CURI extension available";
  15. +}
  16.  --FILE--
  17.  <?php
  18.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  19. Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt
  20. ===================================================================
  21. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt,v
  22. retrieving revision 1.1
  23. diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt
  24. --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt    22 Jan 2006 16:22:23 -0000  1.1
  25. +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOffByDefault2.phpt    26 Oct 2008 02:06:16 -0000
  26. @@ -1,5 +1,10 @@
  27.  --TEST--
  28.  PHP Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache off by default 2)
  29. +--SKIPIF--
  30. +<?php
  31. +if (!function_exists('curl_init')) {
  32. +    print "Skip no CURI extension available";
  33. +}
  34.  --FILE--
  35.  <?php
  36.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  37. Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt
  38. ===================================================================
  39. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt,v
  40. retrieving revision 1.1
  41. diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt
  42. --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt 22 Jan 2006 16:22:23 -0000  1.1
  43. +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault1.phpt 26 Oct 2008 02:06:16 -0000
  44. @@ -1,5 +1,10 @@
  45.  --TEST--
  46.  PHP Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache on by default 1)
  47. +--SKIPIF--
  48. +<?php
  49. +if (!function_exists('curl_init')) {
  50. +    print "Skip no CURI extension available";
  51. +}
  52.  --FILE--
  53.  <?php
  54.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  55. Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt
  56. ===================================================================
  57. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt,v
  58. retrieving revision 1.1
  59. diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt
  60. --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt 22 Jan 2006 16:22:23 -0000  1.1
  61. +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault2.phpt 26 Oct 2008 02:06:16 -0000
  62. @@ -1,5 +1,10 @@
  63.  --TEST--
  64.  PHP Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache on by default 2)
  65. +--SKIPIF--
  66. +<?php
  67. +if (!function_exists('curl_init')) {
  68. +    print "Skip no CURI extension available";
  69. +}
  70.  --FILE--
  71.  <?php
  72.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  73. Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt
  74. ===================================================================
  75. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt,v
  76. retrieving revision 1.1
  77. diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt
  78. --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt 22 Jan 2006 16:22:23 -0000  1.1
  79. +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault3.phpt 26 Oct 2008 02:06:16 -0000
  80. @@ -1,5 +1,10 @@
  81.  --TEST--
  82.  XMLRPCext Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache on by default 3)
  83. +--SKIPIF--
  84. +<?php
  85. +if (!function_exists('curl_init')) {
  86. +    print "Skip no CURI extension available";
  87. +}
  88.  --FILE--
  89.  <?php
  90.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  91. Index: phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt
  92. ===================================================================
  93. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt,v
  94. retrieving revision 1.1
  95. diff -u -r1.1 phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt
  96. --- phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt 22 Jan 2006 16:22:23 -0000  1.1
  97. +++ phpBackend/cachedClient/phpxmlrpcValidator1EasyStructTestCacheOnByDefault4.phpt 26 Oct 2008 02:06:16 -0000
  98. @@ -1,5 +1,10 @@
  99.  --TEST--
  100.  XMLRPCext Backend XML-RPC cachedClient against phpxmlrpc validator1 (easyStructTest with cache on by default 4)
  101. +--SKIPIF--
  102. +<?php
  103. +if (!function_exists('curl_init')) {
  104. +    print "Skip no CURI extension available";
  105. +}
  106.  --FILE--
  107.  <?php
  108.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  109. Index: phpBackend/client/faultFromPython.phpt
  110. ===================================================================
  111. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/faultFromPython.phpt,v
  112. retrieving revision 1.2
  113. diff -u -r1.2 faultFromPython.phpt
  114. --- phpBackend/client/faultFromPython.phpt  22 Jan 2006 02:04:50 -0000  1.2
  115. +++ phpBackend/client/faultFromPython.phpt  26 Oct 2008 02:06:16 -0000
  116. @@ -2,6 +2,10 @@
  117.  PHP Backend XML-RPC client against python server returning fault response
  118.  --SKIPIF--
  119.  <?php
  120. +if (!function_exists('curl_init')) {
  121. +    print "Skip no CURI extension available";
  122. +}
  123. +
  124.  $handle = @fopen("http://python.xmlrpc2test.sergiocarvalho.com:8765", "r");
  125.  if (!$handle) {
  126.     echo("skip : The python XMLRPC server is not available !");
  127. Index: phpBackend/client/okFromPEAR.phpt
  128. ===================================================================
  129. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/okFromPEAR.phpt,v
  130. retrieving revision 1.2
  131. diff -u -r1.2 okFromPEAR.phpt
  132. --- phpBackend/client/okFromPEAR.phpt   22 Jan 2006 02:04:50 -0000  1.2
  133. +++ phpBackend/client/okFromPEAR.phpt   26 Oct 2008 02:06:16 -0000
  134. @@ -1,5 +1,11 @@
  135.  --TEST--
  136.  PHP Backend XML-RPC client against pear.php.net XMLRPC server
  137. +--SKIPIF--
  138. +<?php
  139. +if (!function_exists('curl_init')) {
  140. +    print "Skip no CURI extension available";
  141. +}
  142. +?>
  143.  --FILE--
  144.  <?php
  145.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  146. Index: phpBackend/client/okFromPython.phpt
  147. ===================================================================
  148. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/okFromPython.phpt,v
  149. retrieving revision 1.2
  150. diff -u -r1.2 okFromPython.phpt
  151. --- phpBackend/client/okFromPython.phpt 22 Jan 2006 02:04:50 -0000  1.2
  152. +++ phpBackend/client/okFromPython.phpt 26 Oct 2008 02:06:16 -0000
  153. @@ -2,6 +2,9 @@
  154.  PHP Backend XML-RPC client against python server returning normal response
  155.  --SKIPIF--
  156.  <?php
  157. +if (!function_exists('curl_init')) {
  158. +    print "Skip no CURI extension available";
  159. +}
  160.  $handle = @fopen("http://python.xmlrpc2test.sergiocarvalho.com:8765", "r");
  161.  if (!$handle) {
  162.     echo("skip : The python XMLRPC server is not available !");
  163. Index: phpBackend/client/okFromUserLandGetCurrentTime.phpt
  164. ===================================================================
  165. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/okFromUserLandGetCurrentTime.phpt,v
  166. retrieving revision 1.2
  167. diff -u -r1.2 okFromUserLandGetCurrentTime.phpt
  168. --- phpBackend/client/okFromUserLandGetCurrentTime.phpt 22 Jan 2006 02:04:50 -0000  1.2
  169. +++ phpBackend/client/okFromUserLandGetCurrentTime.phpt 26 Oct 2008 02:06:17 -0000
  170. @@ -1,5 +1,11 @@
  171.  --TEST--
  172.  PHP Backend XML-RPC client against userland.com getCurrentTime XMLRPC server
  173. +--SKIPIF--
  174. +<?php
  175. +if (!function_exists('curl_init')) {
  176. +    print "Skip no CURI extension available";
  177. +}
  178. +?>
  179.  --FILE--
  180.  <?php
  181.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  182. Index: phpBackend/client/phpxmlrpcValidator1ArrayOfStructsTest.phpt
  183. ===================================================================
  184. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1ArrayOfStructsTest.phpt,v
  185. retrieving revision 1.2
  186. diff -u -r1.2 phpxmlrpcValidator1ArrayOfStructsTest.phpt
  187. --- phpBackend/client/phpxmlrpcValidator1ArrayOfStructsTest.phpt    22 Jan 2006 02:04:50 -0000  1.2
  188. +++ phpBackend/client/phpxmlrpcValidator1ArrayOfStructsTest.phpt    26 Oct 2008 02:06:17 -0000
  189. @@ -1,5 +1,11 @@
  190.  --TEST--
  191.  PHP Backend XML-RPC client against phpxmlrpc validator1 (arrayOfStructsTest)
  192. +--SKIPIF--
  193. +<?php
  194. +if (!function_exists('curl_init')) {
  195. +    print "Skip no CURI extension available";
  196. +}
  197. +?>
  198.  --FILE--
  199.  <?php
  200.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  201. Index: phpBackend/client/phpxmlrpcValidator1CountTheEntities.phpt
  202. ===================================================================
  203. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1CountTheEntities.phpt,v
  204. retrieving revision 1.2
  205. diff -u -r1.2 phpxmlrpcValidator1CountTheEntities.phpt
  206. --- phpBackend/client/phpxmlrpcValidator1CountTheEntities.phpt  22 Jan 2006 02:04:50 -0000  1.2
  207. +++ phpBackend/client/phpxmlrpcValidator1CountTheEntities.phpt  26 Oct 2008 02:06:17 -0000
  208. @@ -1,5 +1,11 @@
  209.  --TEST--
  210.  PHP Backend XML-RPC client against phpxmlrpc validator1 (countTheEntities)
  211. +--SKIPIF--
  212. +<?php
  213. +if (!function_exists('curl_init')) {
  214. +    print "Skip no CURI extension available";
  215. +}
  216. +?>
  217.  --FILE--
  218.  <?php
  219.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  220. Index: phpBackend/client/phpxmlrpcValidator1EasyStructTest.phpt
  221. ===================================================================
  222. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1EasyStructTest.phpt,v
  223. retrieving revision 1.2
  224. diff -u -r1.2 phpxmlrpcValidator1EasyStructTest.phpt
  225. --- phpBackend/client/phpxmlrpcValidator1EasyStructTest.phpt    22 Jan 2006 02:04:50 -0000  1.2
  226. +++ phpBackend/client/phpxmlrpcValidator1EasyStructTest.phpt    26 Oct 2008 02:06:17 -0000
  227. @@ -1,5 +1,11 @@
  228.  --TEST--
  229.  PHP Backend XML-RPC client against phpxmlrpc validator1 (easyStructTest)
  230. +--SKIPIF--
  231. +<?php
  232. +if (!function_exists('curl_init')) {
  233. +    print "Skip no CURI extension available";
  234. +}
  235. +?>
  236.  --FILE--
  237.  <?php
  238.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  239. @@ -20,4 +26,4 @@
  240.  
  241.  ?>
  242.  --EXPECT--
  243. -int(19)
  244. \ No newline at end of file
  245. +int(19)
  246. Index: phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt
  247. ===================================================================
  248. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt,v
  249. retrieving revision 1.2
  250. diff -u -r1.2 phpxmlrpcValidator1EchoStructTest.phpt
  251. --- phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt    22 Jan 2006 02:04:50 -0000  1.2
  252. +++ phpBackend/client/phpxmlrpcValidator1EchoStructTest.phpt    26 Oct 2008 02:06:17 -0000
  253. @@ -1,5 +1,11 @@
  254.  --TEST--
  255.  PHP Backend XML-RPC client against phpxmlrpc validator1 (echoStructTest)
  256. +--SKIPIF--
  257. +<?php
  258. +if (!function_exists('curl_init')) {
  259. +    print "Skip no CURI extension available";
  260. +}
  261. +?>
  262.  --FILE--
  263.  <?php
  264.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  265. Index: phpBackend/client/phpxmlrpcValidator1ManyTypesTest.phpt
  266. ===================================================================
  267. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1ManyTypesTest.phpt,v
  268. retrieving revision 1.2
  269. diff -u -r1.2 phpxmlrpcValidator1ManyTypesTest.phpt
  270. --- phpBackend/client/phpxmlrpcValidator1ManyTypesTest.phpt 22 Jan 2006 02:04:50 -0000  1.2
  271. +++ phpBackend/client/phpxmlrpcValidator1ManyTypesTest.phpt 26 Oct 2008 02:06:17 -0000
  272. @@ -1,5 +1,11 @@
  273.  --TEST--
  274.  PHP Backend XML-RPC client against phpxmlrpc validator1 (manyTypesTest)
  275. +--SKIPIF--
  276. +<?php
  277. +if (!function_exists('curl_init')) {
  278. +    print "Skip no CURI extension available";
  279. +}
  280. +?>
  281.  --FILE--
  282.  <?php
  283.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  284. Index: phpBackend/client/phpxmlrpcValidator1ModerateSizeArrayCheck.phpt
  285. ===================================================================
  286. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1ModerateSizeArrayCheck.phpt,v
  287. retrieving revision 1.2
  288. diff -u -r1.2 phpxmlrpcValidator1ModerateSizeArrayCheck.phpt
  289. --- phpBackend/client/phpxmlrpcValidator1ModerateSizeArrayCheck.phpt    22 Jan 2006 02:04:50 -0000  1.2
  290. +++ phpBackend/client/phpxmlrpcValidator1ModerateSizeArrayCheck.phpt    26 Oct 2008 02:06:17 -0000
  291. @@ -1,5 +1,11 @@
  292.  --TEST--
  293.  PHP Backend XML-RPC client against phpxmlrpc validator1 (moderateSizeArrayCheck)
  294. +--SKIPIF--
  295. +<?php
  296. +if (!function_exists('curl_init')) {
  297. +    print "Skip no CURI extension available";
  298. +}
  299. +?>
  300.  --FILE--
  301.  <?php
  302.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  303. Index: phpBackend/client/phpxmlrpcValidator1NestedStructTest.phpt
  304. ===================================================================
  305. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1NestedStructTest.phpt,v
  306. retrieving revision 1.2
  307. diff -u -r1.2 phpxmlrpcValidator1NestedStructTest.phpt
  308. --- phpBackend/client/phpxmlrpcValidator1NestedStructTest.phpt  22 Jan 2006 02:04:50 -0000  1.2
  309. +++ phpBackend/client/phpxmlrpcValidator1NestedStructTest.phpt  26 Oct 2008 02:06:17 -0000
  310. @@ -1,5 +1,11 @@
  311.  --TEST--
  312.  PHP Backend XML-RPC client against phpxmlrpc validator1 (nestedStructTest)
  313. +--SKIPIF--
  314. +<?php
  315. +if (!function_exists('curl_init')) {
  316. +    print "Skip no CURI extension available";
  317. +}
  318. +?>
  319.  --FILE--
  320.  <?php
  321.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  322. @@ -37,4 +43,4 @@
  323.  
  324.  ?>
  325.  --EXPECT--
  326. -int(35)
  327. \ No newline at end of file
  328. +int(35)
  329. Index: phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt
  330. ===================================================================
  331. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt,v
  332. retrieving revision 1.2
  333. diff -u -r1.2 phpxmlrpcValidator1SimpleStructReturnTest.phpt
  334. --- phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt    22 Jan 2006 02:04:50 -0000  1.2
  335. +++ phpBackend/client/phpxmlrpcValidator1SimpleStructReturnTest.phpt    26 Oct 2008 02:06:17 -0000
  336. @@ -1,5 +1,11 @@
  337.  --TEST--
  338.  PHP Backend XML-RPC client against phpxmlrpc validator1 (simpleStructReturnTest)
  339. +--SKIPIF--
  340. +<?php
  341. +if (!function_exists('curl_init')) {
  342. +    print "Skip no CURI extension available";
  343. +}
  344. +?>
  345.  --FILE--
  346.  <?php
  347.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  348. Index: phpBackend/client/protocolError.phpt
  349. ===================================================================
  350. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/phpBackend/client/protocolError.phpt,v
  351. retrieving revision 1.1
  352. diff -u -r1.1 protocolError.phpt
  353. --- phpBackend/client/protocolError.phpt    29 Nov 2005 21:41:27 -0000  1.1
  354. +++ phpBackend/client/protocolError.phpt    26 Oct 2008 02:06:17 -0000
  355. @@ -1,5 +1,11 @@
  356.  --TEST--
  357.  PHP Backend XML-RPC client with transport error
  358. +--SKIPIF--
  359. +<?php
  360. +if (!function_exists('curl_init')) {
  361. +    print "Skip no CURI extension available";
  362. +}
  363. +?>
  364.  --FILE--
  365.  <?php
  366.  set_include_path(realpath(dirname(__FILE__) . '/../../../../') . PATH_SEPARATOR . get_include_path());
  367. Index: xmlrpcextBackend/server/nonexistantMethod.phpt
  368. ===================================================================
  369. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/nonexistantMethod.phpt,v
  370. retrieving revision 1.2
  371. diff -u -r1.2 nonexistantMethod.phpt
  372. --- xmlrpcextBackend/server/nonexistantMethod.phpt  17 Jan 2006 22:24:21 -0000  1.2
  373. +++ xmlrpcextBackend/server/nonexistantMethod.phpt  26 Oct 2008 02:06:17 -0000
  374. @@ -1,5 +1,9 @@
  375.  --TEST--
  376.  XMLRPCext Backend XML-RPC server with normal response
  377. +--SKIPIF--
  378. +if (!function_exists('xmlrpc_server_create')) {
  379. +   print "You need to load the XMLRPC extension to execute this test";
  380. +}
  381.  --FILE--
  382.  <?php
  383.  
  384. Index: xmlrpcextBackend/server/normalRequest.phpt
  385. ===================================================================
  386. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/normalRequest.phpt,v
  387. retrieving revision 1.2
  388. diff -u -r1.2 normalRequest.phpt
  389. --- xmlrpcextBackend/server/normalRequest.phpt  17 Jan 2006 22:24:21 -0000  1.2
  390. +++ xmlrpcextBackend/server/normalRequest.phpt  26 Oct 2008 02:06:17 -0000
  391. @@ -1,5 +1,9 @@
  392.  --TEST--
  393.  XMLRPCext Backend XML-RPC server with normal response
  394. +--SKIPIF--
  395. +if (!extension_loaded('xmlrpc')) {
  396. +   print "You need to load the XMLRPC extension to execute this test";
  397. +}
  398.  --FILE--
  399.  <?php
  400.  class EchoServer {
  401. Index: xmlrpcextBackend/server/normalRequestWithPrefix.phpt
  402. ===================================================================
  403. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/normalRequestWithPrefix.phpt,v
  404. retrieving revision 1.1
  405. diff -u -r1.1 normalRequestWithPrefix.phpt
  406. --- xmlrpcextBackend/server/normalRequestWithPrefix.phpt    17 Jan 2006 22:23:28 -0000  1.1
  407. +++ xmlrpcextBackend/server/normalRequestWithPrefix.phpt    26 Oct 2008 02:06:17 -0000
  408. @@ -1,5 +1,9 @@
  409.  --TEST--
  410.  XMLRPCext Backend XML-RPC server with normal response (with prefix)
  411. +--SKIPIF--
  412. +if (!extension_loaded('xmlrpc')) {
  413. +   print "You need to load the XMLRPC extension to execute this test";
  414. +}
  415.  --FILE--
  416.  <?php
  417.  class EchoServer {
  418. @@ -32,4 +36,4 @@
  419.  var_dump(XML_RPC2_Backend_Php_Response::decode(simplexml_load_string($response)));
  420.  ?>
  421.  --EXPECT--
  422. -string(5) "World"
  423. \ No newline at end of file
  424. +string(5) "World"
  425. Index: xmlrpcextBackend/server/normalRequestWithPrefix2.phpt
  426. ===================================================================
  427. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/normalRequestWithPrefix2.phpt,v
  428. retrieving revision 1.1
  429. diff -u -r1.1 normalRequestWithPrefix2.phpt
  430. --- xmlrpcextBackend/server/normalRequestWithPrefix2.phpt   17 Jan 2006 22:23:28 -0000  1.1
  431. +++ xmlrpcextBackend/server/normalRequestWithPrefix2.phpt   26 Oct 2008 02:06:17 -0000
  432. @@ -1,5 +1,9 @@
  433.  --TEST--
  434.  XMLRPCext Backend XML-RPC server with normal response (with prefix in phpdoc)
  435. +--SKIPIF--
  436. +if (!extension_loaded('xmlrpc')) {
  437. +   print "You need to load the XMLRPC extension to execute this test";
  438. +}
  439.  --FILE--
  440.  <?php
  441.  class EchoServer {
  442. @@ -33,4 +37,4 @@
  443.  var_dump(XML_RPC2_Backend_Php_Response::decode(simplexml_load_string($response)));
  444.  ?>
  445.  --EXPECT--
  446. -string(5) "World"
  447. \ No newline at end of file
  448. +string(5) "World"
  449. Index: xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt
  450. ===================================================================
  451. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt,v
  452. retrieving revision 1.1
  453. diff -u -r1.1 validator1ArrayOfStructsTest.phpt
  454. --- xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt   18 Jan 2006 19:55:00 -0000  1.1
  455. +++ xmlrpcextBackend/server/validator1ArrayOfStructsTest.phpt   26 Oct 2008 02:06:17 -0000
  456. @@ -1,5 +1,9 @@
  457.  --TEST--
  458.  XMLRPCext Backend XML-RPC server Validator1 test (arrayOfStructsTest)
  459. +--SKIPIF--
  460. +if (!extension_loaded('xmlrpc')) {
  461. +   print "You need to load the XMLRPC extension to execute this test";
  462. +}
  463.  --FILE--
  464.  <?php
  465.  class TestServer {
  466. Index: xmlrpcextBackend/server/validator1CountTheEntities.phpt
  467. ===================================================================
  468. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1CountTheEntities.phpt,v
  469. retrieving revision 1.1
  470. diff -u -r1.1 validator1CountTheEntities.phpt
  471. --- xmlrpcextBackend/server/validator1CountTheEntities.phpt 18 Jan 2006 19:55:00 -0000  1.1
  472. +++ xmlrpcextBackend/server/validator1CountTheEntities.phpt 26 Oct 2008 02:06:17 -0000
  473. @@ -1,5 +1,9 @@
  474.  --TEST--
  475.  XMLRPCext Backend XML-RPC server Validator1 test (countTheEntities)
  476. +--SKIPIF--
  477. +if (!extension_loaded('xmlrpc')) {
  478. +   print "You need to load the XMLRPC extension to execute this test";
  479. +}
  480.  --FILE--
  481.  <?php
  482.  class TestServer {
  483. Index: xmlrpcextBackend/server/validator1EasyStructTest.phpt
  484. ===================================================================
  485. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1EasyStructTest.phpt,v
  486. retrieving revision 1.1
  487. diff -u -r1.1 validator1EasyStructTest.phpt
  488. --- xmlrpcextBackend/server/validator1EasyStructTest.phpt   18 Jan 2006 19:55:00 -0000  1.1
  489. +++ xmlrpcextBackend/server/validator1EasyStructTest.phpt   26 Oct 2008 02:06:17 -0000
  490. @@ -1,5 +1,9 @@
  491.  --TEST--
  492.  XMLRPCext Backend XML-RPC server Validator1 test (easyStructTest)
  493. +--SKIPIF--
  494. +if (!extension_loaded('xmlrpc')) {
  495. +   print "You need to load the XMLRPC extension to execute this test";
  496. +}
  497.  --FILE--
  498.  <?php
  499.  class TestServer {
  500. Index: xmlrpcextBackend/server/validator1EchoStructTest.phpt
  501. ===================================================================
  502. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1EchoStructTest.phpt,v
  503. retrieving revision 1.1
  504. diff -u -r1.1 validator1EchoStructTest.phpt
  505. --- xmlrpcextBackend/server/validator1EchoStructTest.phpt   18 Jan 2006 19:55:00 -0000  1.1
  506. +++ xmlrpcextBackend/server/validator1EchoStructTest.phpt   26 Oct 2008 02:06:17 -0000
  507. @@ -1,5 +1,9 @@
  508.  --TEST--
  509.  XMLRPCext Backend XML-RPC server Validator1 test (echoStructTest)
  510. +--SKIPIF--
  511. +if (!extension_loaded('xmlrpc')) {
  512. +   print "You need to load the XMLRPC extension to execute this test";
  513. +}
  514.  --FILE--
  515.  <?php
  516.  class TestServer {
  517. Index: xmlrpcextBackend/server/validator1ManyTypesTest.phpt
  518. ===================================================================
  519. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1ManyTypesTest.phpt,v
  520. retrieving revision 1.2
  521. diff -u -r1.2 validator1ManyTypesTest.phpt
  522. --- xmlrpcextBackend/server/validator1ManyTypesTest.phpt    22 Jan 2006 02:04:50 -0000  1.2
  523. +++ xmlrpcextBackend/server/validator1ManyTypesTest.phpt    26 Oct 2008 02:06:17 -0000
  524. @@ -1,6 +1,9 @@
  525.  --TEST--
  526.  XMLRPCext Backend XML-RPC server Validator1 test (manyTypesTest)
  527. ---FILE--
  528. +--SKIPIF--
  529. +if (!extension_loaded('xmlrpc')) {
  530. +   print "You need to load the XMLRPC extension to execute this test";
  531. +}
  532.  <?php
  533.  class TestServer {
  534.      /**
  535. Index: xmlrpcextBackend/server/validator1ModerateSizeArrayCheck.phpt
  536. ===================================================================
  537. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1ModerateSizeArrayCheck.phpt,v
  538. retrieving revision 1.1
  539. diff -u -r1.1 validator1ModerateSizeArrayCheck.phpt
  540. --- xmlrpcextBackend/server/validator1ModerateSizeArrayCheck.phpt   18 Jan 2006 19:55:00 -0000  1.1
  541. +++ xmlrpcextBackend/server/validator1ModerateSizeArrayCheck.phpt   26 Oct 2008 02:06:17 -0000
  542. @@ -1,5 +1,9 @@
  543.  --TEST--
  544.  XMLRPCext Backend XML-RPC server Validator1 test (moderateSizeArrayCheck)
  545. +--SKIPIF--
  546. +if (!extension_loaded('xmlrpc')) {
  547. +   print "You need to load the XMLRPC extension to execute this test";
  548. +}
  549.  --FILE--
  550.  <?php
  551.  class TestServer {
  552. Index: xmlrpcextBackend/server/validator1NestedStructTest.phpt
  553. ===================================================================
  554. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1NestedStructTest.phpt,v
  555. retrieving revision 1.2
  556. diff -u -r1.2 validator1NestedStructTest.phpt
  557. --- xmlrpcextBackend/server/validator1NestedStructTest.phpt 22 Jan 2006 02:04:50 -0000  1.2
  558. +++ xmlrpcextBackend/server/validator1NestedStructTest.phpt 26 Oct 2008 02:06:17 -0000
  559. @@ -1,5 +1,9 @@
  560.  --TEST--
  561.  XMLRPCext Backend XML-RPC server Validator1 test (nestedStructTest)
  562. +--SKIPIF--
  563. +if (!extension_loaded('xmlrpc')) {
  564. +   print "You need to load the XMLRPC extension to execute this test";
  565. +}
  566.  --FILE--
  567.  <?php
  568.  class TestServer {
  569. Index: xmlrpcextBackend/server/validator1SimpleStructReturnTest.phpt
  570. ===================================================================
  571. RCS file: /repository/pear/XML_RPC2/tests/XML_RPC2/xmlrpcextBackend/server/validator1SimpleStructReturnTest.phpt,v
  572. retrieving revision 1.1
  573. diff -u -r1.1 validator1SimpleStructReturnTest.phpt
  574. --- xmlrpcextBackend/server/validator1SimpleStructReturnTest.phpt   18 Jan 2006 19:55:00 -0000  1.1
  575. +++ xmlrpcextBackend/server/validator1SimpleStructReturnTest.phpt   26 Oct 2008 02:06:17 -0000
  576. @@ -1,5 +1,9 @@
  577.  --TEST--
  578.  XMLRPCext Backend XML-RPC server Validator1 test (simpleStructReturnTest)
  579. +--SKIPIF--
  580. +if (!extension_loaded('xmlrpc')) {
  581. +   print "You need to load the XMLRPC extension to execute this test";
  582. +}
  583.  --FILE--
  584.  <?php
  585.  class TestServer {