From: Michael Wallner <mike@php.net>
Date: Wed, 27 Nov 2013 11:19:32 +0000 (+0100)
Subject: fix type
X-Git-Tag: php-5.6.0alpha1~63
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7762de4022f3581ba6b8cc9357687afde3af1d1f;p=php

fix type
---

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;