diff options
author | Anatol Belski <ab@php.net> | 2017-03-28 13:13:24 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-03-28 13:13:24 +0200 |
commit | 279d1efbdb33e102c4facf5409088dcf6c749032 (patch) | |
tree | bf151cd4d90e8f476fe96078daf1c2cc8a745a22 /sapi/apache2handler/php_apache.h | |
parent | 888fd164114ad3bb6f83897df4c589a041e67b70 (diff) | |
parent | 5c93a31804fe7592d862c12eff15199c55058d72 (diff) | |
download | php-git-279d1efbdb33e102c4facf5409088dcf6c749032.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
update NEWS
Revert "Fixed bug #61471"
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 a6f7c9d8a6..72238f2e87 100644 --- a/sapi/apache2handler/php_apache.h +++ b/sapi/apache2handler/php_apache.h @@ -79,7 +79,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; |