diff options
author | Xinchen Hui <laruence@gmail.com> | 2018-01-03 16:02:15 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2018-01-03 16:02:15 +0800 |
commit | a76eeea73608e2d4d088a1c00ec985907e327d24 (patch) | |
tree | 7a4c6f96b07252c766ee2e42e06056165aaa9eb2 /scripts/man1/phpize.1.in | |
parent | 76dd9a5572380a0d2a806a7b47af51b803210892 (diff) | |
parent | 0e62639d28ebc30f588773f67bbe803c4d4b7efd (diff) | |
download | php-git-a76eeea73608e2d4d088a1c00ec985907e327d24.tar.gz |
Merge branch 'PHP-7.2'
* PHP-7.2:
Happy new year (Update copyright to 2018)
Conflicts:
ext/phar/LICENSE
Diffstat (limited to 'scripts/man1/phpize.1.in')
-rw-r--r-- | scripts/man1/phpize.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/man1/phpize.1.in b/scripts/man1/phpize.1.in index fc9d34863f..d2852fdcc5 100644 --- a/scripts/man1/phpize.1.in +++ b/scripts/man1/phpize.1.in @@ -1,4 +1,4 @@ -.TH @program_prefix@phpize 1 "2017" "The PHP Group" "Scripting Language" +.TH @program_prefix@phpize 1 "2018" "The PHP Group" "Scripting Language" .SH NAME @program_prefix@phpize \- prepare a PHP extension for compiling .SH SYNOPSIS @@ -32,7 +32,7 @@ Prints API version information .SH VERSION INFORMATION This manpage describes \fBphp\fP, version @PHP_VERSION@. .SH COPYRIGHT -Copyright \(co 1997\-2017 The PHP Group +Copyright \(co 1997\-2018 The PHP Group .LP This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is |