jani            Sat May 23 18:10:13 2009 UTC

  Modified files:              
    /php-src/main       SAPI.c 
  Log:
  - Fix typo
  
http://cvs.php.net/viewvc.cgi/php-src/main/SAPI.c?r1=1.236&r2=1.237&diff_format=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.236 php-src/main/SAPI.c:1.237
--- php-src/main/SAPI.c:1.236   Sat May 23 18:03:27 2009
+++ php-src/main/SAPI.c Sat May 23 18:10:13 2009
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.c,v 1.236 2009/05/23 18:03:27 andrei Exp $ */
+/* $Id: SAPI.c,v 1.237 2009/05/23 18:10:13 jani Exp $ */
 
 #include <ctype.h>
 #include <sys/stat.h>
@@ -394,7 +394,7 @@
        }
        SG(rfc1867_uploaded_files) = NULL;
        SG(rfc1867_vars) = NULL;
-       SG(rfc1867_vars) = NULL;
+       SG(rfc1867_files_vars) = NULL;
 
        /* handle request mehtod */
        if (SG(server_context)) {



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

Reply via email to