summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-28 13:06:38 +0200
committerAnatol Belski <ab@php.net>2017-03-28 13:20:38 +0200
commit825f006117046e28a662545f13ee01e0df3977ac (patch)
tree2bd294071e339c5476af9e27a0365afb22fc3b6d /sapi/apache2handler/php_apache.h
parent4d375b3bd0aa6aaa44720b64fdde1bf439d357e3 (diff)
downloadphp-git-825f006117046e28a662545f13ee01e0df3977ac.tar.gz
Revert "Fixed bug #61471"
This reverts commit 80c8d84af303d2fddc9ba9f181c7117b9040811d. (cherry picked from commit ef8632c9dc5c4827a47c5b226ad5a0a9cb93326e)
Diffstat (limited to 'sapi/apache2handler/php_apache.h')
-rw-r--r--sapi/apache2handler/php_apache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/apache2handler/php_apache.h b/sapi/apache2handler/php_apache.h
index bd3e1813a2..38e4716779 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -73,7 +73,6 @@ 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;