|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-13 09:49 UTC] sander@php.net
[2002-03-13 09:57 UTC] happycloud at undream dot com
[2002-03-13 10:02 UTC] mfischer@php.net
[2002-03-13 10:05 UTC] jflemer@php.net
[2002-03-13 10:23 UTC] rasmus@php.net
[2002-04-16 12:58 UTC] byg at cf1 dot ru
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 12 21:00:01 2025 UTC |
ENV: Linux 2.2.19/apache 1.3.23/ Safe mode on, latest security update The following simple scripts no longer work: <? mkdir('/var/www/web/test/testfolder' , 0777); mkdir('/var/www/web/test/testfolder/another', 0777); ?> It generates: SAFE MODE Restriction in effect. ?The script whose uid is 48561 is not allowed to ?access /var/www/web/test/testfolder owned by uid 98 in ..