diff options
| author | Sara Golemon <pollita@php.net> | 2007-01-24 21:43:47 +0000 |
|---|---|---|
| committer | Sara Golemon <pollita@php.net> | 2007-01-24 21:43:47 +0000 |
| commit | cc1b19cf0e57b8b288788c592214d7aa6cc2e495 (patch) | |
| tree | 6f66777cfb92109e2d140b5c4a0a3a35a1adf7d3 /main/php_globals.h | |
| parent | ffcf9f5de4446b74dd4ab23c3068271369dd2953 (diff) | |
| download | php-git-cc1b19cf0e57b8b288788c592214d7aa6cc2e495.tar.gz | |
Expand allow_url_fopen/allow_url_include functionality
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index ec341f50f7..65a093478e 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -124,7 +124,8 @@ struct _php_core_globals { zend_bool modules_activated; zend_bool file_uploads; zend_bool during_request_startup; - zend_bool allow_url_fopen; + char *allow_url_fopen_list; + char *allow_url_include_list; zend_bool always_populate_raw_post_data; zend_bool report_zend_debug; @@ -137,7 +138,6 @@ struct _php_core_globals { char *disable_functions; char *disable_classes; - zend_bool allow_url_include; #ifdef PHP_WIN32 zend_bool com_initialized; #endif |
