Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  update NEWS
  Revert "Fixed bug #61471"
This commit is contained in:
Anatol Belski 2017-03-28 13:13:24 +02:00
commit 279d1efbdb
2 changed files with 1 additions and 47 deletions

View file

@ -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;