diff options
Diffstat (limited to 'ext/phar/phar_internal.h')
-rwxr-xr-x | ext/phar/phar_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/phar/phar_internal.h b/ext/phar/phar_internal.h index e8873dec5c..e2e415eeab 100755 --- a/ext/phar/phar_internal.h +++ b/ext/phar/phar_internal.h @@ -158,6 +158,7 @@ ZEND_BEGIN_MODULE_GLOBALS(phar) int has_bz2; zend_bool readonly_orig; zend_bool require_hash_orig; + zend_bool intercepted; int request_init; int require_hash; int request_done; |