summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h2
1 files changed, 1 insertions, 1 deletions
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;