[Bugs] [Bug 1262481] error mkdir from php

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 15 13:27:01 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 #2 from Thomas <t.aichinger at datamagic.at> ---
Apache has full write access there are absolutely (100%) no restrictions.

This php code works perfect (but uses system calls):

system("mkdir testdir");
$d = dir(".");
while(($etg = $d->read()) !== false) {
   echo htmlspecialchars($etg) . "<br />";
}
$d->close();
system("rmdir testdir");

I think this is related with the way php is creating a file or directory.

BTW - same problem with creating and removing files.

-- 
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