summaryrefslogtreecommitdiff
path: root/ext/soap/interop/server_round2_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/soap/interop/server_round2_base.php')
-rw-r--r--ext/soap/interop/server_round2_base.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/soap/interop/server_round2_base.php b/ext/soap/interop/server_round2_base.php
index 1cfe57d93f..8abba18fe3 100644
--- a/ext/soap/interop/server_round2_base.php
+++ b/ext/soap/interop/server_round2_base.php
@@ -3,7 +3,7 @@
// +----------------------------------------------------------------------+
// | PHP Version 4 |
// +----------------------------------------------------------------------+
-// | Copyright (c) 1997-2003 The PHP Group |
+// | Copyright (c) 1997-2018 The PHP Group |
// +----------------------------------------------------------------------+
// | 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 |
@@ -102,4 +102,4 @@ class SOAP_Interop_Base {
$server = new SoapServer((isset($_SERVER['HTTPS'])?"https://":"http://").$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF'])."/interop.wsdl.php");
$server->setClass("SOAP_Interop_Base");
$server->handle();
-?> \ No newline at end of file
+?>