diff options
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 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; |