From:             sebastian_rose at gmx dot de
Operating system: Linux 2.2.16
PHP version:      4.3.0
PHP Bug Type:     Directory function related
Bug description:  Can't read directories

To make some things running on our webservers work on our developing server
to, I downloaded php4.3.0 from your webpage, md5sum'ed it and compiled it
with apache1.3.17. System is SuSE 7.0 with glibc-2.2-9, libc-2.1.3-141.
The way considered in the 'INSTALL' file.

'./configure' '--with-mysql' '--with-apxs=/usr/sbin/apxs'

Everything worked fine during compile and installation.

Every thing works fine. I can create directories, open, write and read
files, also in subdirectories and all that stuff. But when I try to open a
directory using opendir or dir I can't read it's contents.

Even with 'error_reporting = E_ALL' I get no errors for this. Bug?
-- 
Edit bug report at http://bugs.php.net/?id=22701&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22701&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22701&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22701&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22701&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22701&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22701&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22701&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22701&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22701&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22701&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22701&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22701&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22701&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22701&r=gnused

Reply via email to