summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
diff options
context:
space:
mode:
authorZheng SHAO <z-shao@colopl.co.jp>2017-01-18 18:50:21 +0900
committerNikita Popov <nikita.ppv@gmail.com>2017-02-08 01:10:13 +0100
commit80c8d84af303d2fddc9ba9f181c7117b9040811d (patch)
treed5bde85d7e4d2bd944fc3347ad27bc54d76363e9 /sapi/apache2handler/php_apache.h
parent7a0adb4cd2ec0eef10f2ae6453c61e90b7615462 (diff)
downloadphp-git-80c8d84af303d2fddc9ba9f181c7117b9040811d.tar.gz
Fixed bug #61471
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 38e4716779..bd3e1813a2 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -73,6 +73,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;