[Bugs] [Bug 1262481] error mkdir from php

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 15 14:06:37 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1262481

Thomas <t.aichinger at datamagic.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(t.aichinger at datam |
                   |agic.at)                    |



--- Comment #4 from Thomas <t.aichinger at datamagic.at> ---
ww1:/ # ls -ld /_www
drwxrwxrwx 16 wwwrun users 4096 Sep 11 22:43 /_www
ww1:/ # ls -ld /_www/www.e4e.at/
drwxrwxrwx 2 wwwrun users 87 Sep 11 23:14 /_www/www.e4e.at/

ww1:/_www/www.e4e.at # l
total 8
drwxrwxrwx  2 wwwrun users   87 Sep 11 23:14 ./
drwxrwxrwx 16 wwwrun users 4096 Sep 11 22:43 ../
-rw-rw-rw-  1 wwwrun users 1035 Sep 11 21:08 _index.html
-rw-rw-rw-  1 wwwrun users  212 Sep 11 22:43 index.php
-rw-rw-rw-  1 wwwrun users   64 Sep 11 21:07 robots.txt
-rw-rw-rw-  1 wwwrun users  183 Sep 11 23:14 test.php
-rw-rw-r--  1 wwwrun users  173 Sep 11 23:09 test.txt

ww1:/_www/www.e4e.at # cat index.php
<?php

$outdir = 'tom';
mkdir($outdir, 775, true);

if(is_dir($outdir) == true){
   echo "gefunden";
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list