summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c
index ecef7f81ef..d3250d9f33 100644
--- a/main/main.c
+++ b/main/main.c
@@ -1814,6 +1814,8 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
PG(error_handling) = EH_NORMAL;
PG(disable_functions) = NULL;
PG(disable_classes) = NULL;
+ PG(allow_url_fopen_list) = NULL;
+ PG(allow_url_include_list) = NULL;
#if HAVE_SETLOCALE
setlocale(LC_CTYPE, "");