From 40e627107e6bb93c44c89a3551ed2b5393c8a854 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Fri, 18 Sep 2009 06:28:13 +0000 Subject: [PATCH] A couple more mentions of ini.from in the relevant spots. Addresses bug #46956. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288434 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 5a245bfebc..fa2091be34 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -172,6 +172,12 @@ foreach($meta_data['wrapper_data'] as $response) { have compiled in support for OpenSSL. + + If you have set the from directive + in &php.ini;, and do not define a From: header + in the , then this value will be sent as the + From: header in the HTTP request. + Wrapper Summary @@ -309,6 +315,11 @@ X-MyCustomHeader: Foo have compiled in support for OpenSSL. + + If you have set the from directive + in &php.ini;, then this value will be sent as the anonymous FTP + password. +
Wrapper Summary