ID: 29257
Updated by: [EMAIL PROTECTED]
Reported By: zet at male dot ru
-Status: Open
+Status: Feedback
Bug Type: *Directory/Filesystem functions
Operating System: Windows XP SP1
PHP Version: 4.3.7
New Comment:
what happens if you do:
copy("C:\\file.gif", "C:\\file.gif")
Previous Comments:
------------------------------------------------------------------------
[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