From cae27179ce1f84d47de87c4efbbcbd814f3c7bc6 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Fri, 13 Oct 2000 00:09:31 +0000 Subject: fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings --- php.ini-optimized | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'php.ini-optimized') diff --git a/php.ini-optimized b/php.ini-optimized index e882372cca..01f35ca718 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -228,6 +228,12 @@ file_uploads = On ; Whether to allow HTTP file uploads upload_max_filesize = 2M ; Maximum allowed size for uploaded files +;;;;;;;;;;;;;;;;;; +; Fopen wrappers ; +;;;;;;;;;;;;;;;;;; +allow_url_fopen = On ; Wheter to allow trating URLs like http:... or ftp:... like files + + ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; -- cgit v1.2.1