ID:               37557
 User updated by:  jcink2k at gmail dot com
 Reported By:      jcink2k at gmail dot com
 Status:           Open
 Bug Type:         Safe Mode/open_basedir
 Operating System: Windows XP SP2
 PHP Version:      4.4.3RC1
 New Comment:

Alright, thanks, is there a workaround to this someplace? I saw the fix
on that page on making upload_tmp_dir the same as the destination... but
when I tried upload_tmp_dir = "." (making it the same as open base) it
didn't work.


Previous Comments:
------------------------------------------------------------------------

[2006-05-23 12:46:49] youza at post dot cz

Yes the similiar problem found in

http://bugs.php.net/bug.php?id=37236

------------------------------------------------------------------------

[2006-05-23 04:16:58] jcink2k at gmail dot com

Description:
------------
Hi, I am not sure if this is a bug or not, so I apologize if it's
bogus. But I'm having this issue in RC2 at the moment. RC1 is the only
option here so I have picked that.

I have open_basedir set to "."

Reproduce code:
---------------
$folder = "./uploads/";
$temporary = $_FILES['swforpic']['tmp_name'];
$realfilename = $_FILES['swforpic']['name'];

move_uploaded_file($temporary, $folder.$realfilename) or die("Problem
writing the file. ");

Worked fine for me on PHP 4.4.2

Expected result:
----------------
I expected the file to upload, as it does just fine in PHP 4.4.2 with
open_basedir set to "."

Actual result:
--------------
Warning: move_uploaded_file() [function.move-uploaded-file]:
open_basedir restriction in effect.
File(C:\PROGRA~1\EASYPH~1\\tmp\phpED.tmp) is not within the allowed
path(s): (.) in c:\program
files\easyphp1-8\www\um\textfilebb_v1p0p17\add_reply.php on line 217

Don't know if this is a bug or not. But it was working just fine
before, which makes me think that it is somehow.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37557&edit=1

Reply via email to