Edit report at https://bugs.php.net/bug.php?id=64178&edit=1
ID: 64178 Updated by: cataphr...@php.net Reported by: jbrown at bluedroplet dot com Summary: move_uploaded_file() sometimes executes a copy followed by a move unnecessarily Status: Open Type: Bug Package: Streams related Operating System: Ubuntu 12.10 PHP Version: 5.4.11 Block user comment: N Private report: N New Comment: You mean copy followed by a delete? In which case, PHP just calls rename(2) and, if that fails, moves on to copy+delete. Apart from the case where the destination is actually a file:// URL, I don't see any situation where the copy is unnecessary and PHP could detect it. Can you elaborate on that point? Previous Comments: ------------------------------------------------------------------------ [2013-02-09 02:20:17] jbrown at bluedroplet dot com Description: ------------ move_uploaded_file() executes a copy followed by a move when stream wrapper URIs are used, even the source and destination are on the same file system See http://drupal.org/node/1395524 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64178&edit=1