ID: 39256 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Filesystem function related Operating System: MacOS X PHP Version: 5.1.6 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-10-25 14:49:47] [EMAIL PROTECTED] Description: ------------ Before I begin: I'm using MacOS X 10.4.8 with "PHP Version 5.1.6 www.entropy.ch Release 1 (Universal Binary)" perhaps it's related only to this release?! When I use rename() to move an image file from $src to $dest the Finder (Explorer on Windows) tells me that the file is corrupt. If I use copy() + unlink() instead everything works fine. I think this is a only Mac related problem with the file header but I'm not sure with this ... Reproduce code: --------------- rename($src, $dest); vs. copy($src, $dest); unlink($src); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39256&edit=1
