summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2013-09-17 10:50:49 +0200
committerMichael Wallner <mike@php.net>2013-09-17 10:50:49 +0200
commit1c15d70cbd91e3f502694a31704e959cf734d8da (patch)
tree922fc946cf4c9a151e268a7adea06a6a4f86ce2a /main/php_globals.h
parent52ff129607a7193cccbc6bdfbf1c1e8586e8d0d2 (diff)
parent2438490addfbfba51e12246a74588b2382caa08a (diff)
downloadphp-git-1c15d70cbd91e3f502694a31704e959cf734d8da.tar.gz
Merge branch 'slim-postdata'
* slim-postdata: slim post data add NEWS entry; add simple test more precise condition make this work in vc11 too Use int64_t and atoll() after discussion with johannes ws Patch for https://bugs.php.net/bug.php?id=44522 to allow uploading files above 2G.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 256765d665..fa2fe3b232 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -131,7 +131,6 @@ struct _php_core_globals {
zend_bool during_request_startup;
zend_bool allow_url_fopen;
zend_bool enable_post_data_reading;
- zend_bool always_populate_raw_post_data;
zend_bool report_zend_debug;
int last_error_type;