summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2006-06-16 14:09:01 +0000
committerRasmus Lerdorf <rasmus@php.net>2006-06-16 14:09:01 +0000
commit6bfeea9eb9543cb5a5f2c024a57f7c8ecfc84968 (patch)
tree948506cfed0b1ad84ca21edbb3216ed0b4b15099 /main/php_globals.h
parent6320ee11cfdfbbda2b94f092a57a1eb8561aa3a5 (diff)
downloadphp-git-6bfeea9eb9543cb5a5f2c024a57f7c8ecfc84968.tar.gz
MFH: Backported allow_url_include from HEAD. This directive allows
separate control of URL handling in includes/requires allowing sites to enable allow_url_fopen without enabling remote includes.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 5ce9de80d6..582a472277 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -150,6 +150,7 @@ struct _php_core_globals {
char *disable_functions;
char *disable_classes;
+ zend_bool allow_url_include;
};