ID: 17163
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: Scripting Engine problem
Operating System: Linux 2.4.18
PHP Version: 4.2.0
New Comment:
Actually, we allow a rename in a directory if that directory is owned
by the same user id as the running script. So this one is not a bug.
Verify this statement and re-open if you find that this is not the
case.
Previous Comments:
------------------------------------------------------------------------
[2002-05-12 11:00:06] [EMAIL PROTECTED]
rename() function can be used to rename files a user has no access to
according to safe_mode.
Ex.
touch test
<?php rename('test', 'test2'); ?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=17163&edit=1