mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
9b184299ef
commit
40e627107e
1 changed files with 11 additions and 0 deletions
|
@ -172,6 +172,12 @@ foreach($meta_data['wrapper_data'] as $response) {
|
|||
have compiled in support for OpenSSL.
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
If you have set the <link linkend="ini.from">from</link> directive
|
||||
in &php.ini;, and do not define a <literal>From:</literal> header
|
||||
in the <xref linkend="context" />, then this value will be sent as the
|
||||
<literal>From:</literal> header in the HTTP request.
|
||||
</simpara>
|
||||
<para>
|
||||
<table>
|
||||
<title>Wrapper Summary</title>
|
||||
|
@ -309,6 +315,11 @@ X-MyCustomHeader: Foo
|
|||
have compiled in support for OpenSSL.
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
If you have set the <link linkend="ini.from">from</link> directive
|
||||
in &php.ini;, then this value will be sent as the anonymous FTP
|
||||
password.
|
||||
</simpara>
|
||||
<para>
|
||||
<table>
|
||||
<title>Wrapper Summary</title>
|
||||
|
|
Loading…
Reference in a new issue