From 818f87d4b18cbd3a8cc6798d558a08c16ac4b3c4 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 12 Mar 2002 01:13:36 +0000 Subject: [PATCH] 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 --- functions/uodbc.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/functions/uodbc.xml b/functions/uodbc.xml index e97fd4903c..97ac97c646 100644 --- a/functions/uodbc.xml +++ b/functions/uodbc.xml @@ -1,5 +1,5 @@ - + Unified ODBC functions ODBC @@ -474,7 +474,9 @@ File reading is not subject to any safe mode restrictions. + linkend="features.safe-mode">safe mode or safe mode + restrictions. This is fixed in PHP 4.2.0.