SOURCES: php-pear-SOAP_Interop-path_fix.patch - updated to 0.8.2

adamg adamg at pld-linux.org
Sat Sep 1 22:35:05 CEST 2007


Author: adamg                        Date: Sat Sep  1 20:35:05 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 0.8.2

---- Files affected:
SOURCES:
   php-pear-SOAP_Interop-path_fix.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/php-pear-SOAP_Interop-path_fix.patch
diff -u SOURCES/php-pear-SOAP_Interop-path_fix.patch:1.1 SOURCES/php-pear-SOAP_Interop-path_fix.patch:1.2
--- SOURCES/php-pear-SOAP_Interop-path_fix.patch:1.1	Sun Dec  5 13:56:22 2004
+++ SOURCES/php-pear-SOAP_Interop-path_fix.patch	Sat Sep  1 22:35:00 2007
@@ -1,10 +1,10 @@
 diff -burN php-pear-SOAP_Interop-0.8.orig/SOAP_Interop-0.8/index.php php-pear-SOAP_Interop-0.8/SOAP_Interop-0.8/index.php
 --- php-pear-SOAP_Interop-0.8.orig/SOAP_Interop-0.8/index.php	2004-12-05 12:41:08.000000000 +0100
 +++ php-pear-SOAP_Interop-0.8/SOAP_Interop-0.8/index.php	2004-12-05 12:57:14.205187416 +0100
-@@ -5,7 +5,7 @@
- 	<title>PEAR SOAP Interop</title>
+@@ -6,7 +6,7 @@
  </head>
  <?php
+ require_once 'config.php';
 -require_once 'registrationAndNotification.php';
 +require_once 'SOAP/Interop/registrationAndNotification.php';
  
@@ -87,17 +87,17 @@
 diff -burN php-pear-SOAP_Interop-0.8.orig/SOAP_Interop-0.8/params_Round2Base.php php-pear-SOAP_Interop-0.8/SOAP_Interop-0.8/params_Round2Base.php
 --- php-pear-SOAP_Interop-0.8.orig/SOAP_Interop-0.8/params_Round2Base.php	2004-12-05 12:41:08.000000000 +0100
 +++ php-pear-SOAP_Interop-0.8/SOAP_Interop-0.8/params_Round2Base.php	2004-12-05 12:55:43.523973056 +0100
-@@ -18,8 +18,8 @@
- //
+@@ -19,8 +19,8 @@
  // $Id$
  //
+ 
 -require_once 'params_values.php';
 -require_once 'interop_test.php';
 +require_once 'SOAP/Interop/params_values.php';
 +require_once 'SOAP/Interop/interop_test.php';
- define('INTEROP_R2BASE','Round 2 Base');
+ define('INTEROP_R2BASE', 'Round 2 Base');
+ 
  //***********************************************************
- // Base echoString
 diff -burN php-pear-SOAP_Interop-0.8.orig/SOAP_Interop-0.8/params_Round2GroupB.php php-pear-SOAP_Interop-0.8/SOAP_Interop-0.8/params_Round2GroupB.php
 --- php-pear-SOAP_Interop-0.8.orig/SOAP_Interop-0.8/params_Round2GroupB.php	2004-12-05 12:41:08.000000000 +0100
 +++ php-pear-SOAP_Interop-0.8/SOAP_Interop-0.8/params_Round2GroupB.php	2004-12-05 12:53:07.420704360 +0100
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/php-pear-SOAP_Interop-path_fix.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list