mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Noted that the file protocol is disabled if open_basedir is set. Closes bug #54126.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320462 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
105b998d81
commit
db4dfaad2a
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@
|
|||
to its value. You can manually set this using the
|
||||
<function>curl_setopt</function> function.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The <literal>file</literal> protocol is disabled by cURL if
|
||||
<link linkend="ini.open-basedir">open_basedir</link> is set.
|
||||
</para>
|
||||
</note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
Loading…
Reference in a new issue