ID: 29257
Updated by: [EMAIL PROTECTED]
Reported By: zet at male dot ru
-Status: Feedback
+Status: No Feedback
Bug Type: *Directory/Filesystem functions
Operating System: Windows XP SP1
PHP Version: 4.3.7
New Comment:
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".
Previous Comments:
------------------------------------------------------------------------
[2004-07-20 02:47:41] [EMAIL PROTECTED]
what happens if you do:
copy("C:\\file.gif", "C:\\file.gif")
------------------------------------------------------------------------
[2004-07-19 15:06:24] zet at male dot ru
Description:
------------
When i copy file with function copy, like this
copy("C:\file.gif", "C:\file.gif"), file was break. His size is 0.
Reproduce code:
---------------
copy("C:\file.gif", "C:\file.gif");
Expected result:
----------------
IMHO file must stand without changes.
Actual result:
--------------
File changed. His size is 0.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=29257&edit=1