@@ -164,7 +164,7 @@ static const opt_struct OPTIONS[] = {
164
164
{'v' , 0 , "version" },
165
165
{'y' , 1 , "fpm-config" },
166
166
{'z' , 1 , "zend-extension" },
167
- {'T' , 1 , "timing" },
167
+ {'T' , 1 , "timing" },
168
168
{'-' , 0 , NULL } /* end of args */
169
169
};
170
170
@@ -348,8 +348,8 @@ static void sapi_cgibin_flush(void *server_context)
348
348
#define SAPI_CGI_MAX_HEADER_LENGTH 1024
349
349
350
350
typedef struct _http_error {
351
- int code ;
352
- const char * msg ;
351
+ int code ;
352
+ const char * msg ;
353
353
} http_error ;
354
354
355
355
static const http_error http_error_codes [] = {
@@ -989,8 +989,8 @@ static void php_cgi_usage(char *argv0)
989
989
" -s Display colour syntax highlighted source.\n"
990
990
" -v Version number\n"
991
991
" -w Display source with stripped comments and whitespace.\n"
992
- " -y, --fpm-config <file>\n"
993
- " Specify alternative path to FastCGI process manager config file.\n"
992
+ " -y, --fpm-config <file>\n"
993
+ " Specify alternative path to FastCGI process manager config file.\n"
994
994
" -z <file> Load Zend extension <file>.\n"
995
995
" -T <count> Measure execution time of script repeated <count> times.\n" ,
996
996
prog , prog );
@@ -1166,8 +1166,8 @@ static void init_request_info(TSRMLS_D)
1166
1166
}
1167
1167
1168
1168
if (env_path_translated != NULL && env_redirect_url != NULL &&
1169
- env_path_translated != script_path_translated &&
1170
- strcmp (env_path_translated , script_path_translated ) != 0 ) {
1169
+ env_path_translated != script_path_translated &&
1170
+ strcmp (env_path_translated , script_path_translated ) != 0 ) {
1171
1171
/*
1172
1172
* pretty much apache specific. If we have a redirect_url
1173
1173
* then our script_filename and script_name point to the
@@ -1688,9 +1688,9 @@ int main(int argc, char *argv[])
1688
1688
#else
1689
1689
php_printf ("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2009 The PHP Group\n%s" , PHP_VERSION , sapi_module .name , __DATE__ , __TIME__ , get_zend_version ());
1690
1690
#endif
1691
- php_request_shutdown ((void * ) 0 );
1692
- exit_status = 0 ;
1693
- goto out ;
1691
+ php_request_shutdown ((void * ) 0 );
1692
+ exit_status = 0 ;
1693
+ goto out ;
1694
1694
}
1695
1695
}
1696
1696
php_optind = orig_optind ;
0 commit comments