phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/doc/soap nusoap2phpgwapi


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/doc/soap nusoap2phpgwapi
Date: Sun, 24 Sep 2006 13:01:46 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Caeies <Caeies> 06/09/24 13:01:46

Modified files:
        doc/soap       : nusoap2phpgwapi 

Log message:
        avoid =& in some cases

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/doc/soap/nusoap2phpgwapi?cvsroot=phpgwapi&r1=1.2&r2=1.3

Patches:
Index: nusoap2phpgwapi
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/doc/soap/nusoap2phpgwapi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- nusoap2phpgwapi     9 Sep 2006 11:40:49 -0000       1.2
+++ nusoap2phpgwapi     24 Sep 2006 13:01:46 -0000      1.3
@@ -18,7 +18,7 @@
        "\t* @package phpgwapi\n".
        "\t* @subpackage communication\n".
        "\t* Please see original header after this one and 
class.nusoap_base.inc.php\n".
-       "\t* @version \$Id: nusoap2phpgwapi,v 1.2 2006/09/09 11:40:49 Caeies 
Exp $\n".
+       "\t* @version \$Id: nusoap2phpgwapi,v 1.3 2006/09/24 13:01:46 Caeies 
Exp $\n".
        "\t*/\n\n";
 
 print "Processing ".$argv[1]."\n";
@@ -90,6 +90,8 @@
                                $line = ereg_replace('\(','",',$line);
                                /* Then replace the new by the createObject */
                                $line = ereg_replace('new ','createObject 
("phpgwapi.', $line );
+                               /* Avoid to use =& for functions ! */
+                               $line = ereg_replace('=&', '=', $line);
                        } else {
                                if ( ! ereg('\.',$line) )
                                {
@@ -284,7 +286,7 @@
        * @copyright Portions Copyright (C) 2003,2004 Free Software Foundation, 
Inc. http://www.fsf.org/
        * @package phpgwapi
        * @subpackage communication
-       * @version $Id: nusoap2phpgwapi,v 1.2 2006/09/09 11:40:49 Caeies Exp $
+       * @version $Id: nusoap2phpgwapi,v 1.3 2006/09/24 13:01:46 Caeies Exp $
        * @internal This project began based on code from the 2 projects below,
        * @internal and still contains some original code. The licenses of both 
must be respected.
        * @internal XML-RPC for PHP; SOAP for PHP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]