From 05102eb7d8c0faad30ae3719e2045c1af72b9e9d Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 19 Nov 2013 21:59:47 +0100 Subject: [PATCH] Remove $id$ tag now that we are on git; update copyright notice to year 2013 --- ChangeLog | 3 --- Makefile | 1 - debugger/action.php | 3 +-- debugger/common.php | 3 +-- debugger/controller.php | 3 +-- debugger/index.php | 1 - demo/client/simple_call.php | 3 +-- demo/server/discuss.php | 2 +- demo/server/proxy.php | 3 +-- demo/server/server.php | 1 - demo/vardemo.php | 2 -- doc/Makefile | 1 - doc/convert.php | 3 +-- doc/custom.fo.xsl | 3 +-- doc/custom.xsl | 3 +-- doc/highlight.php | 3 +-- doc/xmlrpc_php.xml | 1 - lib/xmlrpc.inc | 1 - lib/xmlrpc_wrappers.inc | 3 +-- lib/xmlrpcs.inc | 1 - test/benchmark.php | 3 +-- test/parse_args.php | 3 +-- test/testsuite.php | 21 ++++++++++----------- test/verify_compat.php | 3 +-- 24 files changed, 24 insertions(+), 50 deletions(-) diff --git a/ChangeLog b/ChangeLog index 41f1d40..336265c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1590,6 +1590,3 @@ * Added the server class and demonstrations * Fixed bugs in the XML parsing and reworked it - - -$Id: ChangeLog,v 1.96 2009/03/16 19:39:11 ggiunta Exp $ diff --git a/Makefile b/Makefile index 12a9638..b5760a2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ # Makefile for phpxmlrpc library -# $Id: Makefile,v 1.37 2008/03/06 22:37:19 ggiunta Exp $ ### USER EDITABLE VARS ### diff --git a/debugger/action.php b/debugger/action.php index 2b70e2c..d10c956 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -1,8 +1,7 @@ \n"; ?> -
-$Id$ diff --git a/doc/Makefile b/doc/Makefile index 516a458..de708e0 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,3 @@ -# $Id: Makefile,v 1.13 2008/03/07 13:01:55 ggiunta Exp $ ### USER EDITABLE VARS ### diff --git a/doc/convert.php b/doc/convert.php index a0d5ac8..3e80791 100644 --- a/doc/convert.php +++ b/doc/convert.php @@ -2,8 +2,7 @@ /** * Script used to convert docbook source to human readable docs * - * @version $Id$ - * @copyright (c) 2007-2009 G. Giunta + * @copyright (c) 2007-2013 G. Giunta */ if ($_SERVER['argc'] < 4) diff --git a/doc/custom.fo.xsl b/doc/custom.fo.xsl index 0122e0c..481107d 100644 --- a/doc/custom.fo.xsl +++ b/doc/custom.fo.xsl @@ -4,9 +4,8 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format"> diff --git a/doc/custom.xsl b/doc/custom.xsl index a3e26f8..7feea37 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -3,9 +3,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> diff --git a/doc/highlight.php b/doc/highlight.php index 31752cb..9ffe49f 100644 --- a/doc/highlight.php +++ b/doc/highlight.php @@ -2,9 +2,8 @@ /** * takes a dir as arg, highlights all php code found in html files inside * - * @version $Id$ * @author Gaetano Giunta - * @copyright (c) 2007-2009 G. Giunta + * @copyright (c) 2007-2013 G. Giunta */ function highlight($file) diff --git a/doc/xmlrpc_php.xml b/doc/xmlrpc_php.xml index 6f42602..c664c7c 100644 --- a/doc/xmlrpc_php.xml +++ b/doc/xmlrpc_php.xml @@ -4,7 +4,6 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> XML-RPC for PHP diff --git a/lib/xmlrpc.inc b/lib/xmlrpc.inc index 4b5341d..5b39a26 100644 --- a/lib/xmlrpc.inc +++ b/lib/xmlrpc.inc @@ -1,7 +1,6 @@ -// $Id: xmlrpc.inc,v 1.174 2009/03/16 19:36:38 ggiunta Exp $ // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index d4099f2..dc90880 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -3,9 +3,8 @@ * PHP-XMLRPC "wrapper" functions * Generate stubs to transparently access xmlrpc methods as php functions and viceversa * - * @version $Id: xmlrpc_wrappers.inc,v 1.13 2008/09/20 01:23:47 ggiunta Exp $ * @author Gaetano Giunta - * @copyright (C) 2006-2009 G. Giunta + * @copyright (C) 2006-2013 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo separate introspection from code generation for func-2-method wrapping diff --git a/lib/xmlrpcs.inc b/lib/xmlrpcs.inc index 97035e4..3fe530f 100644 --- a/lib/xmlrpcs.inc +++ b/lib/xmlrpcs.inc @@ -1,7 +1,6 @@ -// $Id: xmlrpcs.inc,v 1.71 2008/10/29 23:41:28 ggiunta Exp $ // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. diff --git a/test/benchmark.php b/test/benchmark.php index 28d6d76..19ad334 100644 --- a/test/benchmark.php +++ b/test/benchmark.php @@ -2,8 +2,7 @@ /** * Benchamrking suite for the PHP-XMLRPC lib * @author Gaetano Giunta - * @version $Id$ - * @copyright (c) 2005-2009 G. Giunta + * @copyright (c) 2005-2013 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo add a test for response ok in call testing? diff --git a/test/parse_args.php b/test/parse_args.php index 39549ce..6430b4c 100644 --- a/test/parse_args.php +++ b/test/parse_args.php @@ -9,8 +9,7 @@ * @param string HTTPSSURI * @param string PROXY * - * @version $Id$ - * @copyright (C) 2007-2009 G. Giunta + * @copyright (C) 2007-20013 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt **/ diff --git a/test/testsuite.php b/test/testsuite.php index d2e56d4..90c5844 100644 --- a/test/testsuite.php +++ b/test/testsuite.php @@ -1,5 +1,4 @@ "; + "last but not least weird names: G�nter, El�ne, and an xml comment closing tag: -->"; $f=new xmlrpcmsg('examples.stringecho', array( new xmlrpcval($sendstring, 'string') )); @@ -832,13 +831,13 @@ And turned it into nylon'; } function testUnicodeInMemberName(){ - $v = array('Günter, Elène' => new xmlrpcval(1)); + $v = array('G�nter, El�ne' => new xmlrpcval(1)); $r = new xmlrpcresp(new xmlrpcval($v, 'struct')); $r = $r->serialize(); $m = new xmlrpcmsg('dummy'); $r = $m->parseResponse($r); $v = $r->value(); - $this->assertEquals($v->structmemexists('Günter, Elène'), true); + $this->assertEquals($v->structmemexists('G�nter, El�ne'), true); } function testUnicodeInErrorString() @@ -848,7 +847,7 @@ And turned it into nylon'; - + @@ -859,7 +858,7 @@ And turned it into nylon'; faultString -àüèàüè +���àüè @@ -868,7 +867,7 @@ And turned it into nylon'; $m=new xmlrpcmsg('dummy'); $r=$m->parseResponse($response); $v=$r->faultString(); - $this->assertEquals('àüèàüè', $v); + $this->assertEquals('������', $v); } function testValidNumbers() @@ -1216,19 +1215,19 @@ and there they were.postid7414222userid311127 -dateCreated20011126T09:17:52content'.utf8_encode('àüèàüè').'postid7414222 +dateCreated20011126T09:17:52content'.utf8_encode('������').'postid7414222 '; $r = $s->parseResponse($f, false, 'phpvals'); $v = $r->value(); $v = $v['content']; - $this->assertEquals("àüèàüè", $v); + $this->assertEquals("������", $v); $f = 'userid311127 -dateCreated20011126T09:17:52content'.utf8_encode('àüèàüè').'postid7414222 +dateCreated20011126T09:17:52content'.utf8_encode('������').'postid7414222 '; $r = $s->parseResponse($f, false, 'phpvals'); $v = $r->value(); $v = $v['content']; - $this->assertEquals("àüèàüè", $v); + $this->assertEquals("������", $v); } function testUTF8IntString() diff --git a/test/verify_compat.php b/test/verify_compat.php index 5322d4a..bdb4ba9 100644 --- a/test/verify_compat.php +++ b/test/verify_compat.php @@ -2,9 +2,8 @@ /** * Verify compatibility level of current php install with php-xmlrpc lib * - * @version $Id$ * @author Gaetano Giunta - * @copyright (C) 2006-2009 G. Giunta + * @copyright (C) 2006-2013 G. Giunta * @license code licensed under the BSD License: http://phpxmlrpc.sourceforge.net/license.txt * * @todo add a test for php output buffering? -- 2.43.0