SOURCES: php-pear-SOAP_Interop-path_fix.patch - updated to 0.8.2
adamg
adamg at pld-linux.org
Fri Sep 7 01:11:14 CEST 2007
Author: adamg Date: Thu Sep 6 23:11:14 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated to 0.8.2
---- Files affected:
SOURCES:
php-pear-SOAP_Interop-path_fix.patch (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/php-pear-SOAP_Interop-path_fix.patch
diff -u SOURCES/php-pear-SOAP_Interop-path_fix.patch:1.2 SOURCES/php-pear-SOAP_Interop-path_fix.patch:1.3
--- SOURCES/php-pear-SOAP_Interop-path_fix.patch:1.2 Sat Sep 1 22:35:00 2007
+++ SOURCES/php-pear-SOAP_Interop-path_fix.patch Fri Sep 7 01:11:08 2007
@@ -310,3 +310,36 @@
// http://www.whitemesa.com/r3/interop3.html
// http://www.whitemesa.com/r3/plan.html
+--- a/b/index.php~ 2007-09-06 22:33:02.000000000 +0000
++++ a/b/index.php 2007-09-06 22:51:12.000000000 +0000
+@@ -5,7 +5,7 @@
+ <title>PEAR SOAP Interop</title>
+ </head>
+ <?php
+-require_once 'config.php';
++require_once 'SOAP/Interop/config.php';
+ require_once 'SOAP/Interop/registrationAndNotification.php';
+
+ $tests = array('Round 2 Base',
+--- a/b/server_Round3GroupD.php~ 2007-09-06 23:02:05.000000000 +0000
++++ a/b/server_Round3GroupD.php 2007-09-06 23:03:13.000000000 +0000
+@@ -19,7 +19,7 @@
+ // $Id$
+ //
+ require_once 'SOAP/Server.php';
+-require_once 'interop_Round3GroupD.php';
++require_once 'SOAP/Interop/interop_Round3GroupD.php';
+
+ // http://www.whitemesa.com/r3/interop3.html
+ // http://www.whitemesa.com/r3/plan.html
+--- a/b/interop_Round3GroupD.php~ 2007-09-06 23:03:48.000000000 +0000
++++ a/b/interop_Round3GroupD.php 2007-09-06 23:04:47.000000000 +0000
+@@ -18,7 +18,7 @@
+ //
+ // $Id$
+ //
+-require_once 'params_classes.php';
++require_once 'SOAP/Interop/params_classes.php';
+
+ // http://www.whitemesa.com/r3/interop3.html
+ // http://www.whitemesa.com/r3/plan.html
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-pear-SOAP_Interop-path_fix.patch?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list