|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-01-01 20:28 UTC] jani@php.net
-Package: Feature/Change Request
+Package: Safe Mode/open_basedir
-Operating System: all
+Operating System: *
-PHP Version: 4.2.3
+PHP Version: *
[2015-02-20 15:14 UTC] krakjoe@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: krakjoe
[2015-02-20 15:14 UTC] krakjoe@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 07:00:01 2025 UTC |
(feature request) in restrict mode, php check fopen() file with uploaded_file when it's not in open_basedir by now, i have to move_uploaded_file() to my {open_basedir}/tmp, read it, and delete it in shutdown_function. i know, we can config php to use stand alone uploadtmp instead of /tmp, and add it to open_basedir, e.g.: /www/tmp but would'nt it nice to check with uploaded_file ? :)