summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-02-08 01:10:54 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-02-08 01:10:54 +0100
commit4ec80663a6873cbe3caac8ecd7b2b341a2d66201 (patch)
treeb3b1253ddfc2b72ef941a92b8b81fa7fb903adf5 /sapi/apache2handler/php_apache.h
parent33adee53911668a18ca6449a2da7b5278e83afc0 (diff)
parentf352c50026e7b9e6116def1c201455f376e5c1a9 (diff)
downloadphp-git-4ec80663a6873cbe3caac8ecd7b2b341a2d66201.tar.gz
Merge branch 'PHP-7.1'
Diffstat (limited to 'sapi/apache2handler/php_apache.h')
-rw-r--r--sapi/apache2handler/php_apache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/apache2handler/php_apache.h b/sapi/apache2handler/php_apache.h
index 7dd1993544..8672b79942 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -75,6 +75,7 @@ typedef struct {
zend_bool engine;
zend_bool xbithack;
zend_bool last_modified;
+ zend_bool post_read_error;
} php_apache2_info_struct;
extern zend_module_entry apache2_module_entry;