diff options
author | krakjoe <joe.watkins@live.co.uk> | 2013-12-27 18:03:11 +0000 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2013-12-27 18:03:11 +0000 |
commit | c8dedaf2dcd5b545a1da6fb83f03fc06570f6d95 (patch) | |
tree | a96f6a81fac6057f8ac8987f6629f38ef3b5f961 /sapi/phpdbg/phpdbg.c | |
parent | a8cd9b417c1195075657ebaf99d792f4e92b99ac (diff) | |
download | php-git-c8dedaf2dcd5b545a1da6fb83f03fc06570f6d95.tar.gz |
update version output
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r-- | sapi/phpdbg/phpdbg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index fd15f80984..fb3a67747c 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c @@ -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() ); |