Merge branch 'PHP-7.4'

* PHP-7.4:
  Update and fix remaining year ranges (2019)
This commit is contained in:
Peter Kokot 2019-02-08 23:15:49 +01:00
commit 17baa87fad
104 changed files with 121 additions and 122 deletions

View file

@ -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 "