From: Jani Taskinen Date: Thu, 25 Oct 2007 10:01:25 +0000 (+0000) Subject: ws X-Git-Tag: RELEASE_2_0_0a1~1547 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c85eea2cf544b0cb37e96453e55dbbda7708146;p=php ws --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 4838f129a3..ce5dd963b7 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -769,7 +769,7 @@ static void php_cgi_usage(char *argv0) " -v Version number\n" " -w Display source with stripped comments and whitespace.\n" " -z Load Zend extension .\n" - " -T Measure execution time of script repeated times.\n", + " -T Measure execution time of script repeated times.\n", prog, prog); } /* }}} */ @@ -1549,7 +1549,7 @@ consult the installation file that came with this distribution, or visit \n\ while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 1, 2)) != -1) { switch (c) { case 'T': - benchmark = 1; + benchmark = 1; repeats = atoi(php_optarg); gettimeofday(&start, NULL); break;