dmitry          Mon Mar 12 07:39:01 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/sapi/cgi   fastcgi.c 
  Log:
  Fixed compilation warning
  
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/fastcgi.c?r1=1.4.2.13.2.21&r2=1.4.2.13.2.22&diff_format=u
Index: php-src/sapi/cgi/fastcgi.c
diff -u php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.21 
php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.22
--- php-src/sapi/cgi/fastcgi.c:1.4.2.13.2.21    Tue Feb 27 03:28:17 2007
+++ php-src/sapi/cgi/fastcgi.c  Mon Mar 12 07:39:01 2007
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: fastcgi.c,v 1.4.2.13.2.21 2007/02/27 03:28:17 iliaa Exp $ */
+/* $Id: fastcgi.c,v 1.4.2.13.2.22 2007/03/12 07:39:01 dmitry Exp $ */
 
 #include "php.h"
 #include "fastcgi.h"
@@ -133,7 +133,7 @@
 
 typedef struct _fcgi_mgmt_rec {
        char*  name;
-       size_t name_len;
+       char   name_len;
        char   val;
 } fcgi_mgmt_rec;
 


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

Reply via email to