[Bugs] [Bug 1262481] error mkdir from php

bugzilla at redhat.com bugzilla at redhat.com
Tue Sep 22 22:57:29 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 #8 from Thomas <t.aichinger at datamagic.at> ---
Yes, this is much better now. php can create directories now


Altough php still can't read directories

<?php
echo "-----------<br />";
echo "read dir<br />";
echo "-----------<br />";

$d = dir(".");
while (($eintrag = $d->read()) !== false) {
   echo htmlspecialchars($eintrag) . "<br />";
}
$d->close();
?>

ist not working on glusterfs vol but reads on ext4 vol

same code, same server, two virtualhosts in apache, one rootdoc on glusterfs
the other on ext4

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