From 4797f7ad16bc65bda9dca10232c8e0c62a6830ea Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 10 Dec 2013 15:35:41 +0100 Subject: Add E_DEPRECATED when populating $HTTP_RAW_POST_DATA --- main/php_variables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index ab9aee3ae3..9e2675624b 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -734,7 +734,6 @@ static zend_bool php_auto_globals_create_post(const char *name, uint name_len TS if (PG(variables_order) && (strchr(PG(variables_order),'P') || strchr(PG(variables_order),'p')) && - !SG(headers_sent) && SG(request_info).request_method && !strcasecmp(SG(request_info).request_method, "POST")) { sapi_module.treat_data(PARSE_POST, NULL, NULL TSRMLS_CC); -- cgit v1.2.1