sniper Sun Jan 1 13:13:53 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: fix typo
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_multibyte.c?r1=1.4.2.1&r2=1.4.2.2&diff_format=u Index: ZendEngine2/zend_multibyte.c diff -u ZendEngine2/zend_multibyte.c:1.4.2.1 ZendEngine2/zend_multibyte.c:1.4.2.2 --- ZendEngine2/zend_multibyte.c:1.4.2.1 Tue Nov 15 13:29:29 2005 +++ ZendEngine2/zend_multibyte.c Sun Jan 1 13:13:52 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 at 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.1 2005/11/15 13:29:29 dmitry Exp $ */ +/* $Id: zend_multibyte.c,v 1.4.2.2 2006/01/01 13:13:52 sniper Exp $ */ #include "zend.h" #include "zend_compile.h" http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_multibyte.h?r1=1.3&r2=1.3.2.1&diff_format=u Index: ZendEngine2/zend_multibyte.h diff -u ZendEngine2/zend_multibyte.h:1.3 ZendEngine2/zend_multibyte.h:1.3.2.1 --- ZendEngine2/zend_multibyte.h:1.3 Wed Aug 3 13:30:55 2005 +++ ZendEngine2/zend_multibyte.h Sun Jan 1 13:13:52 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 at 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 2005/08/03 13:30:55 sniper Exp $ */ +/* $Id: zend_multibyte.h,v 1.3.2.1 2006/01/01 13:13:52 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&r2=1.17.2.1&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 php-src/ext/soap/interop/client_round2_interop.php:1.17.2.1 --- php-src/ext/soap/interop/client_round2_interop.php:1.17 Mon Sep 13 11:55:24 2004 +++ php-src/ext/soap/interop/client_round2_interop.php Sun Jan 1 13:13:52 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 at 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 2004/09/13 11:55:24 dmitry Exp $ +// $Id: client_round2_interop.php,v 1.17.2.1 2006/01/01 13:13:52 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&r2=1.11.4.1&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 php-src/ext/soap/interop/client_round2_params.php:1.11.4.1 --- php-src/ext/soap/interop/client_round2_params.php:1.11 Thu Apr 1 14:37:03 2004 +++ php-src/ext/soap/interop/client_round2_params.php Sun Jan 1 13:13:52 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 at 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 2004/04/01 14:37:03 dmitry Exp $ +// $Id: client_round2_params.php,v 1.11.4.1 2006/01/01 13:13:52 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&r2=1.4.4.1&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 php-src/ext/soap/interop/client_round2_results.php:1.4.4.1 --- php-src/ext/soap/interop/client_round2_results.php:1.4 Fri Feb 13 10:29:55 2004 +++ php-src/ext/soap/interop/client_round2_results.php Sun Jan 1 13:13:52 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 at 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 2004/02/13 10:29:55 dmitry Exp $ +// $Id: client_round2_results.php,v 1.4.4.1 2006/01/01 13:13:52 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&r2=1.4.4.1&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 php-src/ext/soap/interop/client_round2_run.php:1.4.4.1 --- php-src/ext/soap/interop/client_round2_run.php:1.4 Wed Feb 11 16:13:15 2004 +++ php-src/ext/soap/interop/client_round2_run.php Sun Jan 1 13:13:52 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 at 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 2004/02/11 16:13:15 dmitry Exp $ +// $Id: client_round2_run.php,v 1.4.4.1 2006/01/01 13:13:52 sniper Exp $ // set_time_limit(0); http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_base.php?r1=1.7&r2=1.7.4.1&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 php-src/ext/soap/interop/server_round2_base.php:1.7.4.1 --- php-src/ext/soap/interop/server_round2_base.php:1.7 Thu Feb 5 20:26:03 2004 +++ php-src/ext/soap/interop/server_round2_base.php Sun Jan 1 13:13:52 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 at 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 2004/02/05 20:26:03 dmitry Exp $ +// $Id: server_round2_base.php,v 1.7.4.1 2006/01/01 13:13:52 sniper Exp $ // class SOAP_Interop_Base { http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_groupB.php?r1=1.7&r2=1.7.4.1&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 php-src/ext/soap/interop/server_round2_groupB.php:1.7.4.1 --- php-src/ext/soap/interop/server_round2_groupB.php:1.7 Thu Feb 5 20:26:03 2004 +++ php-src/ext/soap/interop/server_round2_groupB.php Sun Jan 1 13:13:52 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 at 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 2004/02/05 20:26:03 dmitry Exp $ +// $Id: server_round2_groupB.php,v 1.7.4.1 2006/01/01 13:13:52 sniper Exp $ // class SOAP_Interop_GroupB { http://cvs.php.net/viewcvs.cgi/php-src/ext/soap/interop/server_round2_groupC.php?r1=1.7&r2=1.7.4.1&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 php-src/ext/soap/interop/server_round2_groupC.php:1.7.4.1 --- php-src/ext/soap/interop/server_round2_groupC.php:1.7 Fri Feb 13 10:29:55 2004 +++ php-src/ext/soap/interop/server_round2_groupC.php Sun Jan 1 13:13:52 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 at 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 2004/02/13 10:29:55 dmitry Exp $ +// $Id: server_round2_groupC.php,v 1.7.4.1 2006/01/01 13:13:52 sniper Exp $ // class SOAP_Interop_GroupC {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php