From 7762de4022f3581ba6b8cc9357687afde3af1d1f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 27 Nov 2013 12:19:32 +0100 Subject: [PATCH] fix type --- main/php_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/php_globals.h b/main/php_globals.h index 49647b0a55..5f5e80946d 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -131,8 +131,8 @@ struct _php_core_globals { zend_bool during_request_startup; zend_bool allow_url_fopen; zend_bool enable_post_data_reading; + signed char always_populate_raw_post_data; zend_bool report_zend_debug; - long always_populate_raw_post_data; int last_error_type; char *last_error_message; -- 2.50.1