pajoye                                   Wed, 15 Sep 2010 22:25:44 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=303410

Log:
- unused, double declared

Changed paths:
    U   php/php-src/trunk/sapi/cgi/cgi_main.c

Modified: php/php-src/trunk/sapi/cgi/cgi_main.c
===================================================================
--- php/php-src/trunk/sapi/cgi/cgi_main.c       2010-09-15 22:17:18 UTC (rev 
303409)
+++ php/php-src/trunk/sapi/cgi/cgi_main.c       2010-09-15 22:25:44 UTC (rev 
303410)
@@ -105,6 +105,7 @@
  */
 static int children = 0;

+
 /**
  * Set to non-zero if we are the parent process
  */
@@ -669,7 +670,6 @@
        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)


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to