From: [EMAIL PROTECTED] Operating system: Windows PHP version: 4.1.1 PHP Bug Type: Unknown/Other Function Bug description: error when using the copy function
When I use the "copy ( string source, string dest)" function in PHP 4.1.1 and Apache 2.0.28 for uploading files to a dir and forget to set the "string dest" the file will bo copied to the root dir of my harddrive. I have set the php.ini to have this lines. doc_root = "C:\Program Files\Apache Group\Apache2\htdocs" user_dir = "C:\Program Files\Apache Group\Apache2\htdocs" -- Edit bug report at http://bugs.php.net/?id=15832&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15832&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15832&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15832&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15832&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15832&r=support Expected behavior: http://bugs.php.net/fix.php?id=15832&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15832&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15832&r=submittedtwice
