Edit report at https://bugs.php.net/bug.php?id=61485&edit=1
ID: 61485 Updated by: il...@php.net Reported by: juzna dot cz at gmail dot com Summary: rename('..', '..') doesn't report a warning -Status: Open +Status: Feedback Type: Bug Package: Directory function related Operating System: Ubuntu PHP Version: 5.4.0 Block user comment: N Private report: N New Comment: Cannot reproduce the issue. The command return FALSE as expected and outputs a "Device or resource busy" error message. Previous Comments: ------------------------------------------------------------------------ [2012-03-23 00:31:59] juzna dot cz at gmail dot com Tested on 5.4.0, 5.4.1-RC1, 5.3.10, 5.3.9 ------------------------------------------------------------------------ [2012-03-23 00:30:40] juzna dot cz at gmail dot com Description: ------------ This command executed in shell fails: mv .. .. but the same reports no error in PHP: rename('..', '..') (I think it reports error on windows) Test script: --------------- rename('..', '..') Expected result: ---------------- Warning: rename(..,..): ..... Actual result: -------------- nothing ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61485&edit=1