summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-11-27 12:19:32 +0100
committerMichael Wallner <mike@php.net>2013-12-30 14:28:43 +0100
commit7762de4022f3581ba6b8cc9357687afde3af1d1f (patch)
tree5ae48e73a96cf2b61b6982bb3a83bbd293d50f03 /main/php_globals.h
parentcea59a74a7993f4ce95da9526f4d9c9cf6423555 (diff)
downloadphp-git-7762de4022f3581ba6b8cc9357687afde3af1d1f.tar.gz
fix type
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;