diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-02-08 23:15:49 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-08 23:15:49 +0100 |
commit | 17baa87faddc2550def3ae7314236826bc1b1398 (patch) | |
tree | fb53fb9646e1284f55db7c963f4ae8510e56bde9 /sapi/cli/php_cli.c | |
parent | 6732028273b109cb342387ab5580c367f629d0ac (diff) | |
parent | c245898bfaf47353a748ca6f2d37cd669e697ae4 (diff) | |
download | php-git-17baa87faddc2550def3ae7314236826bc1b1398.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Update and fix remaining year ranges (2019)
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 22025fa59a..b4b5bd651f 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -678,7 +678,7 @@ static int do_cli(int argc, char **argv) /* {{{ */ goto out; case 'v': /* show php version & quit */ - php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) 1997-2018 The PHP Group\n%s", + php_printf("PHP %s (%s) (built: %s %s) ( %s)\nCopyright (c) The PHP Group\n%s", PHP_VERSION, cli_sapi_module.name, __DATE__, __TIME__, #if ZTS "ZTS " |