From 4e269b01572b9d9e0af68e13ba73347923055588 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sat, 23 Oct 2010 07:56:12 +0000 Subject: [PATCH] Fixed bug #52460 (undocumented upload_tmp_dir fallback vs. open_basedir) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304644 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index d57bba536b..07165c1666 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -5230,6 +5230,13 @@ include_path=".;c:\php\includes" file upload. Must be writable by whatever user PHP is running as. If not specified PHP will use the system's default. + + If the directory specified here is not wriable, PHP falls back to + the system defeault temporary directory. If + open_basedir is on, then + the system default directory must be allowed for an upload to + succeed. +