Edit report at http://bugs.php.net/bug.php?id=49479&edit=1
ID: 49479 Updated by: tony2...@php.net Reported by: elmue at gmx dot de Summary: move_uploaded_file is dead -Status: Open +Status: Feedback Type: Bug Package: Filesystem function related Operating System: Windows PHP Version: 6SVN-2009-09-06 (snap) New Comment: Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2009-09-06 01:13:27] elmue at gmx dot de Description: ------------ On PHP 6 VC6 from 3.sept.2009 the function move_uploaded_file() is completely dead. Tested on Windows XP with Xampp, Apache 2.2.9 is_file($_FILES["UploadFile"]["tmp_name"]) returns true that means that the files has been uploaded correctly. The array $_FILES is filled with correct values. The destination file for move_uploaded_file() is a valid path with filename but the file is never moved. The same script works fine on PHP 5. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=49479&edit=1