sniper Sun Jan 1 13:27:13 2006 UTC
Modified files: (Branch: PHP_5_1)
/ZendEngine2 zend_multibyte.c zend_multibyte.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:
MFH: oops
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_multibyte.c?r1=1.4.2.2&r2=1.4.2.3&diff_format=u
Index: ZendEngine2/zend_multibyte.c
diff -u ZendEngine2/zend_multibyte.c:1.4.2.2
ZendEngine2/zend_multibyte.c:1.4.2.3
--- ZendEngine2/zend_multibyte.c:1.4.2.2 Sun Jan 1 13:13:52 2006
+++ ZendEngine2/zend_multibyte.c Sun Jan 1 13:27:13 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 |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_multibyte.c,v 1.4.2.2 2006/01/01 13:13:52 sniper Exp $ */
+/* $Id: zend_multibyte.c,v 1.4.2.3 2006/01/01 13:27:13 sniper Exp $ */
#include "zend.h"
#include "zend_compile.h"
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_multibyte.h?r1=1.3.2.1&r2=1.3.2.2&diff_format=u
Index: ZendEngine2/zend_multibyte.h
diff -u ZendEngine2/zend_multibyte.h:1.3.2.1
ZendEngine2/zend_multibyte.h:1.3.2.2
--- ZendEngine2/zend_multibyte.h:1.3.2.1 Sun Jan 1 13:13:52 2006
+++ ZendEngine2/zend_multibyte.h Sun Jan 1 13:27:13 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 |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: zend_multibyte.h,v 1.3.2.1 2006/01/01 13:13:52 sniper Exp $ */
+/* $Id: zend_multibyte.h,v 1.3.2.2 2006/01/01 13:27:13 sniper Exp $ */
#ifndef ZEND_MULTIBYTE_H
#define ZEND_MULTIBYTE_H
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/client_round2_interop.php?r1=1.17.2.1&r2=1.17.2.2&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.17.2.1
php-src/ext/soap/interop/client_round2_interop.php:1.17.2.2
--- php-src/ext/soap/interop/client_round2_interop.php:1.17.2.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/client_round2_interop.php Sun Jan 1 13:27:13 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.17.2.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: client_round2_interop.php,v 1.17.2.2 2006/01/01 13:27:13 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.11.4.1&r2=1.11.4.2&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.11.4.1
php-src/ext/soap/interop/client_round2_params.php:1.11.4.2
--- php-src/ext/soap/interop/client_round2_params.php:1.11.4.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/client_round2_params.php Sun Jan 1 13:27:13 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.11.4.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: client_round2_params.php,v 1.11.4.2 2006/01/01 13:27:13 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.4.4.1&r2=1.4.4.2&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.4.4.1
php-src/ext/soap/interop/client_round2_results.php:1.4.4.2
--- php-src/ext/soap/interop/client_round2_results.php:1.4.4.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/client_round2_results.php Sun Jan 1 13:27:13 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.4.4.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: client_round2_results.php,v 1.4.4.2 2006/01/01 13:27:13 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.4.4.1&r2=1.4.4.2&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.4.4.1
php-src/ext/soap/interop/client_round2_run.php:1.4.4.2
--- php-src/ext/soap/interop/client_round2_run.php:1.4.4.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/client_round2_run.php Sun Jan 1 13:27:13 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.4.4.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: client_round2_run.php,v 1.4.4.2 2006/01/01 13:27:13 sniper Exp $
//
set_time_limit(0);
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_base.php?r1=1.7.4.1&r2=1.7.4.2&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.7.4.1
php-src/ext/soap/interop/server_round2_base.php:1.7.4.2
--- php-src/ext/soap/interop/server_round2_base.php:1.7.4.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/server_round2_base.php Sun Jan 1 13:27:13 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.7.4.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: server_round2_base.php,v 1.7.4.2 2006/01/01 13:27:13 sniper Exp $
//
class SOAP_Interop_Base {
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_groupB.php?r1=1.7.4.1&r2=1.7.4.2&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.7.4.1
php-src/ext/soap/interop/server_round2_groupB.php:1.7.4.2
--- php-src/ext/soap/interop/server_round2_groupB.php:1.7.4.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/server_round2_groupB.php Sun Jan 1 13:27:13 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.7.4.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: server_round2_groupB.php,v 1.7.4.2 2006/01/01 13:27:13 sniper Exp $
//
class SOAP_Interop_GroupB {
http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_groupC.php?r1=1.7.4.1&r2=1.7.4.2&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.7.4.1
php-src/ext/soap/interop/server_round2_groupC.php:1.7.4.2
--- php-src/ext/soap/interop/server_round2_groupC.php:1.7.4.1 Sun Jan 1
13:13:52 2006
+++ php-src/ext/soap/interop/server_round2_groupC.php Sun Jan 1 13:27:13 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.7.4.1 2006/01/01 13:13:52 sniper Exp $
+// $Id: server_round2_groupC.php,v 1.7.4.2 2006/01/01 13:27:13 sniper Exp $
//
class SOAP_Interop_GroupC {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php