summaryrefslogtreecommitdiff
path: root/php.ini-optimized
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-01 03:19:53 +0000
committerfoobar <sniper@php.net>2001-06-01 03:19:53 +0000
commit99cb747f71722e3c104e5ddb92c683a984e33d40 (patch)
treeb96f9e52c306a648d3c1765008075bbcc6570efc /php.ini-optimized
parentad0fb091a367a1a8e7d287cf4a8e1f1967add0f1 (diff)
downloadphp-git-99cb747f71722e3c104e5ddb92c683a984e33d40.tar.gz
Added missing configuration directive: from
which is used by fopen() to be send as the default password
Diffstat (limited to 'php.ini-optimized')
-rw-r--r--php.ini-optimized1
1 files changed, 1 insertions, 0 deletions
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)
;;;;;;;;;;;;;;;;;;;;;;