ID:               37236
 Comment by:       0602 at eq dot cz
 Reported By:      youza at post dot cz
 Status:           Assigned
 Bug Type:         *Directory/Filesystem functions
 Operating System: fedora core 4
 PHP Version:      4CVS-2006-04-28 (snap)
 Assigned To:      pollita
 New Comment:

Hi, the same here with 5.1.4. The problem in 5.1.4 sources is here:
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.409.2.5&r2=1.409.2.6
- commited by iliaa. When 'upload_tmp_dir' is on a different filesystem
then the destination file, the code in move_uploaded_file fails on
rename and then tries php_copy_file, which after the iliaa's commit
checks also the source path for open_basedir restriction. The obvious
workaround for this bug is to reconfigure upload_tmp_dir to be on the
same fs as the destination.


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

[2006-04-28 11:31:25] youza at post dot cz

Description:
------------
Function move_uploaded_file()  work fine in
php4-STABLE-200602010935.tar.gz

but not work in last php4-STABLE-200604281030.tar.gz
the code www page, directory structure and permission  and apache,
configuration is the same.

Error message:

[28-Apr-2006 12:28:16] PHP Warning:  move_uploaded_file(): open_basedir
restriction in effect. File(/tmp/php0FDyAV) is not within the allowed
path(s): (/my/web/path) in /my/web/path/upload/upload.php on line 53
[28-Apr-2006 12:28:16] PHP Warning: 
move_uploaded_file(/tmp/php0FDyAV): failed to open stream: Operation
not permitted in /my/web/path/upload/upload.php on line 53
[28-Apr-2006 12:28:16] PHP Warning:  move_uploaded_file(): Unable to
move '/tmp/php0FDyAV' to 'upload/php0FDyAV' in
/my/web/path/upload/upload.php on line 53

How is problem  in  ext/standard/file.c ???

the chages:
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/file.c?r1=1.279.2.70.2.6&r2=1.279.2.70.2.7&pathrev=PHP_4_4



Reproduce code:
---------------
move_uploaded_file($file, $destination);



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


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

Reply via email to