From: krakjoe Date: Fri, 27 Dec 2013 18:03:11 +0000 (+0000) Subject: update version output X-Git-Tag: php-5.6.0alpha1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8dedaf2dcd5b545a1da6fb83f03fc06570f6d95;p=php update version output --- 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() );