sniper          Sun Jan  1 13:25:34 2006 UTC

  Modified files:              
    /ZendEngine2        zend_unicode.c zend_unicode.h 
    /php-src/ext/soap/interop   client_round2_interop.php 
                                client_round2_params.php 
                                client_round2_results.php 
                                client_round2_run.php 
                                server_round2_base.php 
                                server_round2_groupB.php 
                                server_round2_groupC.php 
  Log:
  oops
  
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_unicode.c?r1=1.2&r2=1.3&diff_format=u
Index: ZendEngine2/zend_unicode.c
diff -u ZendEngine2/zend_unicode.c:1.2 ZendEngine2/zend_unicode.c:1.3
--- ZendEngine2/zend_unicode.c:1.2      Sun Jan  1 13:13:11 2006
+++ ZendEngine2/zend_unicode.c  Sun Jan  1 13:25:34 2006
@@ -6,7 +6,7 @@
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
-   | available through the world-wide-web at                        |
+   | available through the world-wide-web at                              |
    | http://www.zend.com/license/2_00.txt.                                |
    | If you did not receive a copy of the Zend license and are unable to  |
    | obtain it through the world-wide-web, please send a note to          |
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_unicode.h?r1=1.3&r2=1.4&diff_format=u
Index: ZendEngine2/zend_unicode.h
diff -u ZendEngine2/zend_unicode.h:1.3 ZendEngine2/zend_unicode.h:1.4
--- ZendEngine2/zend_unicode.h:1.3      Sun Jan  1 13:13:11 2006
+++ ZendEngine2/zend_unicode.h  Sun Jan  1 13:25:34 2006
@@ -6,7 +6,7 @@
    +----------------------------------------------------------------------+
    | This source file is subject to version 2.00 of the Zend license,     |
    | that is bundled with this package in the file LICENSE, and is        | 
-   | available through the world-wide-web at                        |
+   | available through the world-wide-web at                              |
    | http://www.zend.com/license/2_00.txt.                                |
    | If you did not receive a copy of the Zend license and are unable to  |
    | obtain it through the world-wide-web, please send a note to          |
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/client_round2_interop.php?r1=1.18&r2=1.19&diff_format=u
Index: php-src/ext/soap/interop/client_round2_interop.php
diff -u php-src/ext/soap/interop/client_round2_interop.php:1.18 
php-src/ext/soap/interop/client_round2_interop.php:1.19
--- php-src/ext/soap/interop/client_round2_interop.php:1.18     Sun Jan  1 
13:13:11 2006
+++ php-src/ext/soap/interop/client_round2_interop.php  Sun Jan  1 13:25:34 2006
@@ -7,7 +7,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -16,7 +16,7 @@
 // | Authors: Shane Caraveo <[EMAIL PROTECTED]>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: client_round2_interop.php,v 1.18 2006/01/01 13:13:11 sniper Exp $
+// $Id: client_round2_interop.php,v 1.19 2006/01/01 13:25:34 sniper Exp $
 //
 require_once 'DB.php'; // PEAR/DB
 require_once 'client_round2_params.php';
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/client_round2_params.php?r1=1.12&r2=1.13&diff_format=u
Index: php-src/ext/soap/interop/client_round2_params.php
diff -u php-src/ext/soap/interop/client_round2_params.php:1.12 
php-src/ext/soap/interop/client_round2_params.php:1.13
--- php-src/ext/soap/interop/client_round2_params.php:1.12      Sun Jan  1 
13:13:11 2006
+++ php-src/ext/soap/interop/client_round2_params.php   Sun Jan  1 13:25:34 2006
@@ -7,7 +7,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -16,7 +16,7 @@
 // | Authors: Shane Caraveo <[EMAIL PROTECTED]>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: client_round2_params.php,v 1.12 2006/01/01 13:13:11 sniper Exp $
+// $Id: client_round2_params.php,v 1.13 2006/01/01 13:25:34 sniper Exp $
 //
 
 define('SOAP_TEST_ACTOR_OTHER','http://some/other/actor');
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/client_round2_results.php?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/soap/interop/client_round2_results.php
diff -u php-src/ext/soap/interop/client_round2_results.php:1.5 
php-src/ext/soap/interop/client_round2_results.php:1.6
--- php-src/ext/soap/interop/client_round2_results.php:1.5      Sun Jan  1 
13:13:11 2006
+++ php-src/ext/soap/interop/client_round2_results.php  Sun Jan  1 13:25:34 2006
@@ -10,7 +10,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -19,7 +19,7 @@
 // | Authors: Shane Caraveo <[EMAIL PROTECTED]>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: client_round2_results.php,v 1.5 2006/01/01 13:13:11 sniper Exp $
+// $Id: client_round2_results.php,v 1.6 2006/01/01 13:25:34 sniper Exp $
 //
 require_once 'client_round2_interop.php';
 ?>
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/client_round2_run.php?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/soap/interop/client_round2_run.php
diff -u php-src/ext/soap/interop/client_round2_run.php:1.5 
php-src/ext/soap/interop/client_round2_run.php:1.6
--- php-src/ext/soap/interop/client_round2_run.php:1.5  Sun Jan  1 13:13:11 2006
+++ php-src/ext/soap/interop/client_round2_run.php      Sun Jan  1 13:25:34 2006
@@ -6,7 +6,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -15,7 +15,7 @@
 // | Authors: Shane Caraveo <[EMAIL PROTECTED]>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: client_round2_run.php,v 1.5 2006/01/01 13:13:11 sniper Exp $
+// $Id: client_round2_run.php,v 1.6 2006/01/01 13:25:34 sniper Exp $
 //
 
 set_time_limit(0);
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_base.php?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/soap/interop/server_round2_base.php
diff -u php-src/ext/soap/interop/server_round2_base.php:1.8 
php-src/ext/soap/interop/server_round2_base.php:1.9
--- php-src/ext/soap/interop/server_round2_base.php:1.8 Sun Jan  1 13:13:11 2006
+++ php-src/ext/soap/interop/server_round2_base.php     Sun Jan  1 13:25:34 2006
@@ -7,7 +7,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -17,7 +17,7 @@
 // | Authors: Dietrich Ayala <[EMAIL PROTECTED]> Original Author         |
 // +----------------------------------------------------------------------+
 //
-// $Id: server_round2_base.php,v 1.8 2006/01/01 13:13:11 sniper Exp $
+// $Id: server_round2_base.php,v 1.9 2006/01/01 13:25:34 sniper Exp $
 //
 
 class SOAP_Interop_Base {
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_groupB.php?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/soap/interop/server_round2_groupB.php
diff -u php-src/ext/soap/interop/server_round2_groupB.php:1.8 
php-src/ext/soap/interop/server_round2_groupB.php:1.9
--- php-src/ext/soap/interop/server_round2_groupB.php:1.8       Sun Jan  1 
13:13:11 2006
+++ php-src/ext/soap/interop/server_round2_groupB.php   Sun Jan  1 13:25:34 2006
@@ -7,7 +7,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -17,7 +17,7 @@
 // | Authors: Dietrich Ayala <[EMAIL PROTECTED]> Original Author         |
 // +----------------------------------------------------------------------+
 //
-// $Id: server_round2_groupB.php,v 1.8 2006/01/01 13:13:11 sniper Exp $
+// $Id: server_round2_groupB.php,v 1.9 2006/01/01 13:25:34 sniper Exp $
 //
 
 class SOAP_Interop_GroupB {
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_groupC.php?r1=1.8&r2=1.9&diff_format=u
Index: php-src/ext/soap/interop/server_round2_groupC.php
diff -u php-src/ext/soap/interop/server_round2_groupC.php:1.8 
php-src/ext/soap/interop/server_round2_groupC.php:1.9
--- php-src/ext/soap/interop/server_round2_groupC.php:1.8       Sun Jan  1 
13:13:11 2006
+++ php-src/ext/soap/interop/server_round2_groupC.php   Sun Jan  1 13:25:34 2006
@@ -7,7 +7,7 @@
 // +----------------------------------------------------------------------+
 // | This source file is subject to version 2.02 of the PHP license,      |
 // | that is bundled with this package in the file LICENSE, and is        |
-// | available through the world-wide-web at                        |
+// | available through the world-wide-web at                              |
 // | http://www.php.net/license/2_02.txt.                                 |
 // | If you did not receive a copy of the PHP license and are unable to   |
 // | obtain it through the world-wide-web, please send a note to          |
@@ -16,7 +16,7 @@
 // | Authors: Shane Caraveo <[EMAIL PROTECTED]>                           |
 // +----------------------------------------------------------------------+
 //
-// $Id: server_round2_groupC.php,v 1.8 2006/01/01 13:13:11 sniper Exp $
+// $Id: server_round2_groupC.php,v 1.9 2006/01/01 13:25:34 sniper Exp $
 //
 
 class SOAP_Interop_GroupC {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to