Edit report at https://bugs.php.net/bug.php?id=61485&edit=1
ID: 61485 Comment by: juzna dot cz at gmail dot com Reported by: juzna dot cz at gmail dot com Summary: rename('..', '..') doesn't report a warning 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: Weird, reports no error on my PC: http://pastebin.com/cryCawhk Though I asked my friends and it works as expected for them. Perhaps it's caused by my kernel (2.3.32), will double check with newer one Previous Comments: ------------------------------------------------------------------------ [2012-03-24 16:11:00] il...@php.net Cannot reproduce the issue. The command return FALSE as expected and outputs a "Device or resource busy" error message. ------------------------------------------------------------------------ [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