mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Update and fix remaining year ranges (2019)
This commit is contained in:
commit
17baa87fad
104 changed files with 121 additions and 122 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue