From b79e5060454822d74b745cad6c740090094aa47e Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 31 Oct 2002 17:34:10 +0000 Subject: Added built date and time to -v output. --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 60a560c8dd..110fed1061 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -594,7 +594,7 @@ int main(int argc, char *argv[]) SG(headers_sent) = 1; SG(request_info).no_headers = 1; } - php_printf("PHP %s (%s), Copyright (c) 1997-2002 The PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version()); + php_printf("PHP %s (%s) (built: %s %s), Copyright (c) 1997-2002 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); php_end_ob_buffers(1 TSRMLS_CC); exit(1); break; -- cgit v1.2.1