From: foobar Date: Fri, 1 Jun 2001 03:19:53 +0000 (+0000) Subject: Added missing configuration directive: from X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~166 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99cb747f71722e3c104e5ddb92c683a984e33d40;p=php Added missing configuration directive: from which is used by fopen() to be send as the default password --- diff --git a/php.ini-dist b/php.ini-dist index ac3d951207..ac32ae1ea9 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -351,6 +351,9 @@ upload_max_filesize = 2M ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. allow_url_fopen = On +; Define the anonymous ftp password (your email address) +;from="john@doe.com" + ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; diff --git a/php.ini-optimized b/php.ini-optimized index d97fd692c0..42bd7e83b9 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -250,6 +250,7 @@ upload_max_filesize = 2M ; Maximum allowed size for uploaded files ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;; allow_url_fopen = On ; Whether to allow the treatment of URLs (like http:// or ftp://) as files +;from="john@doe.com" ; Define the anonymous ftp password (your email address) ;;;;;;;;;;;;;;;;;;;;;; diff --git a/php.ini-recommended b/php.ini-recommended index d97fd692c0..42bd7e83b9 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -250,6 +250,7 @@ upload_max_filesize = 2M ; Maximum allowed size for uploaded files ; Fopen wrappers ; ;;;;;;;;;;;;;;;;;; allow_url_fopen = On ; Whether to allow the treatment of URLs (like http:// or ftp://) as files +;from="john@doe.com" ; Define the anonymous ftp password (your email address) ;;;;;;;;;;;;;;;;;;;;;;