summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2017-02-08 01:10:37 +0100
committerNikita Popov <nikita.ppv@gmail.com>2017-02-08 01:10:48 +0100
commitf352c50026e7b9e6116def1c201455f376e5c1a9 (patch)
tree80afef09f3b6590ad0f682151f2f6cb9e6ce84b5 /sapi/apache2handler/php_apache.h
parent8417a3be38f778b3c87e10f81e0d1e35a60e2200 (diff)
parent80c8d84af303d2fddc9ba9f181c7117b9040811d (diff)
downloadphp-git-f352c50026e7b9e6116def1c201455f376e5c1a9.tar.gz
Merge branch 'PHP-7.0' into 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 72238f2e87..a6f7c9d8a6 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -79,6 +79,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;