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:
Justin Martin 2011-12-05 21:17:50 +00:00
parent 105b998d81
commit db4dfaad2a

View file

@ -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>