diff options
| author | foobar <sniper@php.net> | 2001-06-01 03:19:53 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-06-01 03:19:53 +0000 |
| commit | 99cb747f71722e3c104e5ddb92c683a984e33d40 (patch) | |
| tree | b96f9e52c306a648d3c1765008075bbcc6570efc /php.ini-dist | |
| parent | ad0fb091a367a1a8e7d287cf4a8e1f1967add0f1 (diff) | |
| download | php-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-dist')
| -rw-r--r-- | php.ini-dist | 3 |
1 files changed, 3 insertions, 0 deletions
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 ; |
