File tree 26 files changed +36
-36
lines changed
26 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 1
1
--------------------------------------------------------------------
2
2
The PHP License, version 3.01
3
- Copyright (c) 1999 - 2017 The PHP Group. All rights reserved.
3
+ Copyright (c) 1999 - 2018 The PHP Group. All rights reserved.
4
4
--------------------------------------------------------------------
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
+----------------------------------------------------------------------+
3
3
| Zend OPcache JIT |
4
4
+----------------------------------------------------------------------+
5
- | Copyright (c) 1998-2014 The PHP Group |
5
+ | Copyright (c) 1998-2018 The PHP Group |
6
6
+----------------------------------------------------------------------+
7
7
| This source file is subject to version 3.01 of the PHP license, |
8
8
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 2
2
+----------------------------------------------------------------------+
3
3
| Zend Signal Handling |
4
4
+----------------------------------------------------------------------+
5
- | Copyright (c) 2008 The PHP Group |
5
+ | Copyright (c) 2008-2018 The PHP Group |
6
6
+----------------------------------------------------------------------+
7
7
| This source file is subject to version 3.01 of the PHP license, |
8
8
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 2
2
+----------------------------------------------------------------------+
3
3
| Zend Signal Handling |
4
4
+----------------------------------------------------------------------+
5
- | Copyright (c) 2008 The PHP Group |
5
+ | Copyright (c) 2008-2018 The PHP Group |
6
6
+----------------------------------------------------------------------+
7
7
| This source file is subject to version 3.01 of the PHP license, |
8
8
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 2
2
+----------------------------------------------------------------------+
3
3
| PHP Version 7 |
4
4
+----------------------------------------------------------------------+
5
- | Copyright (c) 2001 The PHP Group |
5
+ | Copyright (c) 2001-2018 The PHP Group |
6
6
+----------------------------------------------------------------------+
7
7
| This source file is subject to version 3.01 of the PHP license, |
8
8
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 1
1
--------------------------------------------------------------------
2
2
The PHP License, version 3.01
3
- Copyright (c) 1999 - 2017 The PHP Group. All rights reserved.
3
+ Copyright (c) 1999 - 2018 The PHP Group. All rights reserved.
4
4
--------------------------------------------------------------------
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -3058,7 +3058,7 @@ ZEND_EXT_API zend_extension zend_extension_entry = {
3058
3058
PHP_VERSION , /* version */
3059
3059
"Zend Technologies" , /* author */
3060
3060
"http://www.zend.com/" , /* URL */
3061
- "Copyright (c) 1999-2017 " , /* copyright */
3061
+ "Copyright (c) 1999-2018 " , /* copyright */
3062
3062
accel_startup , /* startup */
3063
3063
NULL , /* shutdown */
3064
3064
accel_activate , /* per-script activation */
Original file line number Diff line number Diff line change 1
1
--------------------------------------------------------------------
2
2
The PHP License, version 3.01
3
- Copyright (c) 1999 - 2005 The PHP Group. All rights reserved.
3
+ Copyright (c) 1999 - 2018 The PHP Group. All rights reserved.
4
4
--------------------------------------------------------------------
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
- .TH PHAR 1 "2017 " "The PHP Group" "User Commands"
1
+ .TH PHAR 1 "2018 " "The PHP Group" "User Commands"
2
2
.SH NAME
3
3
phar, phar.phar \- PHAR (PHP archive) command line tool
4
4
.SH SYNOPSIS
@@ -507,7 +507,7 @@ contributors all around the world.
507
507
.SH VERSION INFORMATION
508
508
This manpage describes \fB phar \fP , version @PHP_VERSION@.
509
509
.SH COPYRIGHT
510
- Copyright \(co 1997\- 2017 The PHP Group
510
+ Copyright \(co 1997\- 2018 The PHP Group
511
511
.LP
512
512
This source file is subject to version 3.01 of the PHP license,
513
513
that is bundled with this package in the file LICENSE, and is
Original file line number Diff line number Diff line change 3
3
// +----------------------------------------------------------------------+
4
4
// | PHP Version 4 |
5
5
// +----------------------------------------------------------------------+
6
- // | Copyright (c) 1997-2003 The PHP Group |
6
+ // | Copyright (c) 1997-2018 The PHP Group |
7
7
// +----------------------------------------------------------------------+
8
8
// | This source file is subject to version 2.02 of the PHP license, |
9
9
// | that is bundled with this package in the file LICENSE, and is |
@@ -782,4 +782,4 @@ function showWire($id) {
782
782
783
783
}
784
784
785
- ?>
785
+ ?>
Original file line number Diff line number Diff line change 3
3
// +----------------------------------------------------------------------+
4
4
// | PHP Version 4 |
5
5
// +----------------------------------------------------------------------+
6
- // | Copyright (c) 1997-2003 The PHP Group |
6
+ // | Copyright (c) 1997-2018 The PHP Group |
7
7
// +----------------------------------------------------------------------+
8
8
// | This source file is subject to version 2.02 of the PHP license, |
9
9
// | that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 6
6
// +----------------------------------------------------------------------+
7
7
// | PHP Version 4 |
8
8
// +----------------------------------------------------------------------+
9
- // | Copyright (c) 1997-2003 The PHP Group |
9
+ // | Copyright (c) 1997-2018 The PHP Group |
10
10
// +----------------------------------------------------------------------+
11
11
// | This source file is subject to version 2.02 of the PHP license, |
12
12
// | that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 2
2
// +----------------------------------------------------------------------+
3
3
// | PHP Version 4 |
4
4
// +----------------------------------------------------------------------+
5
- // | Copyright (c) 1997-2003 The PHP Group |
5
+ // | Copyright (c) 1997-2018 The PHP Group |
6
6
// +----------------------------------------------------------------------+
7
7
// | This source file is subject to version 2.02 of the PHP license, |
8
8
// | that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 3
3
// +----------------------------------------------------------------------+
4
4
// | PHP Version 4 |
5
5
// +----------------------------------------------------------------------+
6
- // | Copyright (c) 1997-2003 The PHP Group |
6
+ // | Copyright (c) 1997-2018 The PHP Group |
7
7
// +----------------------------------------------------------------------+
8
8
// | This source file is subject to version 2.02 of the PHP license, |
9
9
// | that is bundled with this package in the file LICENSE, and is |
@@ -102,4 +102,4 @@ function echoMimeAttachment($stuff)
102
102
$ server = new SoapServer ((isset ($ _SERVER ['HTTPS ' ])?"https:// " :"http:// " ).$ _SERVER ['HTTP_HOST ' ].dirname ($ _SERVER ['PHP_SELF ' ])."/interop.wsdl.php " );
103
103
$ server ->setClass ("SOAP_Interop_Base " );
104
104
$ server ->handle ();
105
- ?>
105
+ ?>
Original file line number Diff line number Diff line change 3
3
// +----------------------------------------------------------------------+
4
4
// | PHP Version 4 |
5
5
// +----------------------------------------------------------------------+
6
- // | Copyright (c) 1997-2003 The PHP Group |
6
+ // | Copyright (c) 1997-2018 The PHP Group |
7
7
// +----------------------------------------------------------------------+
8
8
// | This source file is subject to version 2.02 of the PHP license, |
9
9
// | that is bundled with this package in the file LICENSE, and is |
@@ -55,4 +55,4 @@ function echoNestedArray($ary)
55
55
$ server = new SoapServer ((isset ($ _SERVER ['HTTPS ' ])?"https:// " :"http:// " ).$ _SERVER ['HTTP_HOST ' ].dirname ($ _SERVER ['PHP_SELF ' ])."/interopB.wsdl.php " );
56
56
$ server ->setClass ("SOAP_Interop_GroupB " );
57
57
$ server ->handle ();
58
- ?>
58
+ ?>
Original file line number Diff line number Diff line change 3
3
// +----------------------------------------------------------------------+
4
4
// | PHP Version 4 |
5
5
// +----------------------------------------------------------------------+
6
- // | Copyright (c) 1997-2003 The PHP Group |
6
+ // | Copyright (c) 1997-2018 The PHP Group |
7
7
// +----------------------------------------------------------------------+
8
8
// | This source file is subject to version 2.02 of the PHP license, |
9
9
// | that is bundled with this package in the file LICENSE, and is |
@@ -40,4 +40,4 @@ function echoVoid()
40
40
$ server = new SoapServer ((isset ($ _SERVER ['HTTPS ' ])?"https:// " :"http:// " ).$ _SERVER ['HTTP_HOST ' ].dirname ($ _SERVER ['PHP_SELF ' ])."/echoheadersvc.wsdl.php " );
41
41
$ server ->setClass ("SOAP_Interop_GroupC " );
42
42
$ server ->handle ();
43
- ?>
43
+ ?>
Original file line number Diff line number Diff line change 3
3
+----------------------------------------------------------------------+
4
4
| PHP Version 7 |
5
5
+----------------------------------------------------------------------+
6
- | Copyright (c) 1997-2010 The PHP Group |
6
+ | Copyright (c) 1997-2018 The PHP Group |
7
7
+----------------------------------------------------------------------+
8
8
| This source file is subject to version 3.01 of the PHP license, |
9
9
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 1
- .TH @program_prefix@php 1 "2017 " "The PHP Group" "Scripting Language"
1
+ .TH @program_prefix@php 1 "2018 " "The PHP Group" "Scripting Language"
2
2
.SH NAME
3
3
@program_prefix@php \- PHP Command Line Interface 'CLI'
4
4
.P
@@ -454,7 +454,7 @@ contributors all around the world.
454
454
.SH VERSION INFORMATION
455
455
This manpage describes \fB php \fP , version @PHP_VERSION@.
456
456
.SH COPYRIGHT
457
- Copyright \(co 1997\- 2017 The PHP Group
457
+ Copyright \(co 1997\- 2018 The PHP Group
458
458
.LP
459
459
This source file is subject to version 3.01 of the PHP license,
460
460
that is bundled with this package in the file LICENSE, and is
Original file line number Diff line number Diff line change 1
- .TH PHP-FPM 8 "2017 " "The PHP Group" "Scripting Language"
1
+ .TH PHP-FPM 8 "2018 " "The PHP Group" "Scripting Language"
2
2
.SH NAME
3
3
.TP 15
4
4
php-fpm \- PHP FastCGI Process Manager 'PHP-FPM'
@@ -213,7 +213,7 @@ contributors all around the world.
213
213
.SH VERSION INFORMATION
214
214
This manpage describes \fB php-fpm \fP , version @PHP_VERSION@.
215
215
.SH COPYRIGHT
216
- Copyright \(co 1997\- 2017 The PHP Group
216
+ Copyright \(co 1997\- 2018 The PHP Group
217
217
.PD 0
218
218
.P
219
219
Copyright (c) 2007-2009, Andrei Nigmatulin
Original file line number Diff line number Diff line change 3
3
+----------------------------------------------------------------------+
4
4
| PHP Version 7 |
5
5
+----------------------------------------------------------------------+
6
- | Copyright (c) 1997-2007 The PHP Group |
6
+ | Copyright (c) 1997-2018 The PHP Group |
7
7
+----------------------------------------------------------------------+
8
8
| This source file is subject to version 3.01 of the PHP license, |
9
9
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 5
5
+----------------------------------------------------------------------+
6
6
| PHP Version 7 |
7
7
+----------------------------------------------------------------------+
8
- | Copyright (c) 1997-2006 The PHP Group |
8
+ | Copyright (c) 1997-2018 The PHP Group |
9
9
+----------------------------------------------------------------------+
10
10
| This source file is subject to version 3.01 of the PHP license, |
11
11
| that is bundled with this package in the file LICENSE, and is |
94
94
95
95
printf ("\n" );
96
96
97
- ?>
97
+ ?>
Original file line number Diff line number Diff line change 1
- .TH @program_prefix@php\- config 1 "2017 " "The PHP Group" "Scripting Language"
1
+ .TH @program_prefix@php\- config 1 "2018 " "The PHP Group" "Scripting Language"
2
2
.SH NAME
3
3
@program_prefix@php\- config \- get information about PHP configuration and compile options
4
4
.SH SYNOPSIS
@@ -65,7 +65,7 @@ PHP version as integer
65
65
.SH VERSION INFORMATION
66
66
This manpage describes \fB php \fP , version @PHP_VERSION@.
67
67
.SH COPYRIGHT
68
- Copyright \(co 1997\- 2017 The PHP Group
68
+ Copyright \(co 1997\- 2018 The PHP Group
69
69
.LP
70
70
This source file is subject to version 3.01 of the PHP license,
71
71
that is bundled with this package in the file LICENSE, and is
Original file line number Diff line number Diff line change 1
- .TH @program_prefix@phpize 1 "2017 " "The PHP Group" "Scripting Language"
1
+ .TH @program_prefix@phpize 1 "2018 " "The PHP Group" "Scripting Language"
2
2
.SH NAME
3
3
@program_prefix@phpize \- prepare a PHP extension for compiling
4
4
.SH SYNOPSIS
@@ -32,7 +32,7 @@ Prints API version information
32
32
.SH VERSION INFORMATION
33
33
This manpage describes \fB php \fP , version @PHP_VERSION@.
34
34
.SH COPYRIGHT
35
- Copyright \(co 1997\- 2017 The PHP Group
35
+ Copyright \(co 1997\- 2018 The PHP Group
36
36
.LP
37
37
This source file is subject to version 3.01 of the PHP license,
38
38
that is bundled with this package in the file LICENSE, and is
Original file line number Diff line number Diff line change 2
2
+----------------------------------------------------------------------+
3
3
| PHP Version 7 |
4
4
+----------------------------------------------------------------------+
5
- | Copyright (c) 1997-2008 The PHP Group |
5
+ | Copyright (c) 1997-2018 The PHP Group |
6
6
+----------------------------------------------------------------------+
7
7
| This source file is subject to version 3.01 of the PHP license, |
8
8
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 3
3
+----------------------------------------------------------------------+
4
4
| PHP Version 7 |
5
5
+----------------------------------------------------------------------+
6
- | Copyright (c) 1997-2008 The PHP Group |
6
+ | Copyright (c) 1997-2018 The PHP Group |
7
7
+----------------------------------------------------------------------+
8
8
| This source file is subject to version 3.01 of the PHP license, |
9
9
| that is bundled with this package in the file LICENSE, and is |
Original file line number Diff line number Diff line change 2
2
+----------------------------------------------------------------------+
3
3
| PHP Version 7 |
4
4
+----------------------------------------------------------------------+
5
- | Copyright (c) 1997-2008 The PHP Group |
5
+ | Copyright (c) 1997-2018 The PHP Group |
6
6
+----------------------------------------------------------------------+
7
7
| This source file is subject to version 3.01 of the PHP license, |
8
8
| that is bundled with this package in the file LICENSE, and is |
You can’t perform that action at this time.
0 commit comments