]> granicus.if.org Git - php/commitdiff
update version output
authorkrakjoe <joe.watkins@live.co.uk>
Fri, 27 Dec 2013 18:03:11 +0000 (18:03 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Fri, 27 Dec 2013 18:03:11 +0000 (18:03 +0000)
sapi/phpdbg/phpdbg.c

index fd15f8098484a47206cb396c35dcac997d3405a7..fb3a67747cbb6fec5b7b870bb585a87a65dd3763 100644 (file)
@@ -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()
                                );