From:             [EMAIL PROTECTED]
Operating system: Linux 
PHP version:      4.1.2
PHP Bug Type:     *Directory/Filesystem functions
Bug description:  mkdir no longer works correcrly (wrong UID)

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 ..
-- 
Edit bug report at http://bugs.php.net/?id=16042&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16042&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16042&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16042&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16042&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16042&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16042&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16042&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16042&r=submittedtwice

Reply via email to