php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22701 Can't read directories
Submitted: 2003-03-14 07:39 UTC Modified: 2003-03-19 16:52 UTC
From: sebastian_rose at gmx dot de Assigned:
Status: No Feedback Package: Directory function related
PHP Version: 4.3.0 OS: Linux 2.2.16
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-03-14 07:39 UTC] sebastian_rose at gmx dot de
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?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-14 09:41 UTC] sniper@php.net
And if that snapshot doesn't work either,
please add a short example of what you're trying to do.
I'm pretty sure you're just doing something wrong,
as opendir() & friends work just fine.

 [2003-03-19 16:52 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC