php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30030 File Rename creation time error
Submitted: 2004-09-08 20:53 UTC Modified: 2004-09-29 01:00 UTC
From: misc6pub at scionix dot com Assigned:
Status: No Feedback Package: Filesystem function related
PHP Version: 4.3.8 OS: Win 2000
Private report: No CVE-ID: None
 [2004-09-08 20:53 UTC] misc6pub at scionix dot com
Description:
------------
In v 4.3.8 (Win2K) and perhaps later, the rename(x,y) does not follow the spec for the creation time of the copied file.  Rename should keep the modified time of the new file the same as the source -- which it does correctly  --, and the created time of the new file should be the time of renaming -- but it incorrectly makes it the same as that of the original.



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-16 10:45 UTC] sniper@php.net
Does this happen with PHP 5? (if so, update the version field to contain both 4.3.8 and 5.0.0)
 [2004-09-29 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".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 22:01:26 2024 UTC