sesser          Sun Nov 28 08:34:01 2004 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       SAPI.c 
  Log:
  MFH
  
  
http://cvs.php.net/diff.php/php-src/main/SAPI.c?r1=1.187.2.1&r2=1.187.2.2&ty=u
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.187.2.1 php-src/main/SAPI.c:1.187.2.2
--- php-src/main/SAPI.c:1.187.2.1       Thu Aug 19 16:34:04 2004
+++ php-src/main/SAPI.c Sun Nov 28 08:34:01 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: SAPI.c,v 1.187.2.1 2004/08/19 20:34:04 bfrance Exp $ */
+/* $Id: SAPI.c,v 1.187.2.2 2004/11/28 13:34:01 sesser Exp $ */
 
 #include <ctype.h>
 #include <sys/stat.h>
@@ -290,9 +290,13 @@
 
        /* SG(sapi_headers).http_response_code = 200; */ 
        SG(sapi_headers).http_status_line = NULL;
+       SG(read_post_bytes) = 0;
+       SG(request_info).post_data = NULL;
+       SG(request_info).raw_post_data = NULL;
        SG(request_info).current_user = NULL;
        SG(request_info).current_user_length = 0;
        SG(request_info).no_headers = 0;
+       SG(request_info).post_entry = NULL;
 
        /*
         * It's possible to override this general case in the activate() 
callback, 

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

Reply via email to