diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2017-02-08 01:10:54 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-02-08 01:10:54 +0100 |
commit | 4ec80663a6873cbe3caac8ecd7b2b341a2d66201 (patch) | |
tree | b3b1253ddfc2b72ef941a92b8b81fa7fb903adf5 /sapi/apache2handler/php_apache.h | |
parent | 33adee53911668a18ca6449a2da7b5278e83afc0 (diff) | |
parent | f352c50026e7b9e6116def1c201455f376e5c1a9 (diff) | |
download | php-git-4ec80663a6873cbe3caac8ecd7b2b341a2d66201.tar.gz |
Merge branch 'PHP-7.1'
Diffstat (limited to 'sapi/apache2handler/php_apache.h')
-rw-r--r-- | sapi/apache2handler/php_apache.h | 1 |
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; |