ID:               17161
 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:

not a bug since only works if the directory which is being removed is
located inside a directory with the same uid as the removing script.


Previous Comments:
------------------------------------------------------------------------

[2002-05-12 10:30:07] [EMAIL PROTECTED]

rmdir() function can be used to delete directories that a user should
be able to delete under safe_mode.

Ex.

mkdir test
chmod 777 test
(gid: user pid: user)

test.php (gid: www pid: www)
<?php rmdir('test'); ?> 

works!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=17161&edit=1

Reply via email to