mirror of
https://github.com/php/php-src.git
synced 2026-04-20 06:21:12 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: update version output
This commit is contained in:
@@ -1037,11 +1037,10 @@ phpdbg_main:
|
||||
sapi_startup(phpdbg);
|
||||
phpdbg->startup(phpdbg);
|
||||
printf(
|
||||
"phpdbg %s (built: %s %s)\nCopyright (c) 2013 %s\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
|
||||
"phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
|
||||
PHPDBG_VERSION,
|
||||
__DATE__,
|
||||
__TIME__,
|
||||
PHPDBG_AUTHORS,
|
||||
PHP_VERSION,
|
||||
get_zend_version()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user