Mention that the single-quotes file-reading trick in odbc_execute() also

didn't respect open_basedir, and is fixed in 4.2.0.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72816 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2002-03-12 01:13:36 +00:00
parent ad37bf8ef4
commit 818f87d4b1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.32 $ -->
<!-- $Revision: 1.33 $ -->
<reference id="ref.odbc">
<title>Unified ODBC functions</title>
<titleabbrev>ODBC</titleabbrev>
@ -474,7 +474,9 @@
<listitem>
<simpara>
File reading is <emphasis>not</emphasis> subject to any <link
linkend="features.safe-mode">safe mode</link> restrictions.
linkend="features.safe-mode">safe mode</link> or <link
linkend="ini.open-basedir">safe mode</link>
restrictions. This is fixed in PHP 4.2.0.
</simpara>
</listitem>
<listitem>