summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_apache.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-28 13:17:05 +0200
committerAnatol Belski <ab@php.net>2017-03-28 13:17:05 +0200
commit0eb3c377d49a331282b943dba165b4b9df56fad2 (patch)
tree6f7c55b353a48689246ed690a5a2678fd7d04729 /sapi/apache2handler/php_apache.h
parent650a983992b109bb9455e38c25554ab93f4b711d (diff)
parent2a5e631e31365f9ba281eb14fc1335f5f07dc481 (diff)
downloadphp-git-0eb3c377d49a331282b943dba165b4b9df56fad2.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: update NEWS update NEWS Revert "Fixed bug #61471"
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 8672b79942..7dd1993544 100644
--- a/sapi/apache2handler/php_apache.h
+++ b/sapi/apache2handler/php_apache.h
@@ -75,7 +75,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;