php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28695 Move_uploaded_file BUG
Submitted: 2004-06-08 13:34 UTC Modified: 2004-06-17 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: boriskolev at abv dot bg Assigned:
Status: No Feedback Package: Filesystem function related
PHP Version: 4.3.6 OS: Free BSD
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: boriskolev at abv dot bg
New email:
PHP Version: OS:

 

 [2004-06-08 13:34 UTC] boriskolev at abv dot bg
Description:
------------
When I use MOVE_UPLOADED_FILE isn't work corect. Copy (move) file to right destination but not set correct rights to file. 
The directory where i move files is owned by apache user:group but file have diferent owner and group.

Expected result:
----------------
I expect move_uploaded_file to work like combination from copy and unlink


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-09 09:31 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2004-06-17 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2004-06-28 12:05 UTC] johnsteed99 at yahoo dot it
If the problem is that uploaded files do not have apache user:group, you should probably edit apache httpd.conf file and explicitly set User and Group.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC