diff options
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 39e9d16200..97461c1e0a 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -119,6 +119,8 @@ struct _php_core_globals { zend_bool file_uploads; zend_bool during_request_startup; + + zend_bool allow_url_fopen; }; |