diff options
author | Anatol Belski <ab@php.net> | 2017-03-28 13:06:38 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-03-28 13:06:38 +0200 |
commit | ef8632c9dc5c4827a47c5b226ad5a0a9cb93326e (patch) | |
tree | c8d5fb610a381bd7933c60ccff9839c2c8ba24a2 /sapi/apache2handler/php_apache.h | |
parent | ddad991c185eca14359a0bcc5af7a0b5ecc71caf (diff) | |
download | php-git-ef8632c9dc5c4827a47c5b226ad5a0a9cb93326e.tar.gz |
Revert "Fixed bug #61471"
This reverts commit 80c8d84af303d2fddc9ba9f181c7117b9040811d.
Diffstat (limited to 'sapi/apache2handler/php_apache.h')
-rw-r--r-- | sapi/apache2handler/php_apache.h | 1 |
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; |