summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2010-09-15 22:25:44 +0000
committerPierre Joye <pajoye@php.net>2010-09-15 22:25:44 +0000
commit14e77486e06e21bfc29d80327bdb85ff7e1f0bfa (patch)
treea28ab42ae321db7250a8a050d83cbf3fea9eba4b
parentb1fcb740a71dcf0a0cf75742d10f540f0ddc8a3b (diff)
downloadphp-git-14e77486e06e21bfc29d80327bdb85ff7e1f0bfa.tar.gz
- unused, double declared
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 5712d4ca5a..a3fb5ac2bf 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -105,6 +105,7 @@ static void (*php_php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
*/
static int children = 0;
+
/**
* Set to non-zero if we are the parent process
*/
@@ -669,7 +670,6 @@ static void sapi_cgi_register_variables(zval *track_vars_array TSRMLS_DC)
if (CGIG(fix_pathinfo)) {
char *script_name = SG(request_info).request_uri;
char *path_info;
- unsigned int path_info_len;
int free_php_self;
ALLOCA_FLAG(use_heap)