From b9d88d3d68a59b40b23f899cc9b623bd768fee5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Fri, 29 Oct 2010 15:37:55 +0000 Subject: [PATCH] - Documented that the INI setting "from" is used to populate the From header in connections with the http wrapper. - Addresses bug #53198. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304986 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/ini.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/ini.xml b/reference/filesystem/ini.xml index e6af2adb60..06e9dc16b2 100644 --- a/reference/filesystem/ini.xml +++ b/reference/filesystem/ini.xml @@ -156,7 +156,9 @@ - Define the anonymous ftp password (your email address). + The email address to be used on unauthenticated FTP connections and + as the value of From header for HTTP connections, when using the ftp + and http wrappers, respectively.