X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=41456dc3f8f7ac7d5462f7963c4aab0160f0761d;hp=899083fcb9b7ee3a6a0631e023ad336f730638fa;hb=0ecd173659b63e77e47271e5bd521599cd9e500f;hpb=23f26b4768097b37a7064e05a9785ddb8f7ce6df diff --git a/http.c b/http.c index 899083f..41456dc 100644 --- a/http.c +++ b/http.c @@ -171,6 +171,7 @@ static inline void _http_globals_init(zend_http_globals *G TSRMLS_DC) #ifndef HTTP_HAVE_SAPI_RTIME G->request_time = time(NULL); #endif + G->read_post_data = 0; } #define http_globals_free(g) _http_globals_free((g) TSRMLS_CC)