mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
ad37bf8ef4
commit
818f87d4b1
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue