Opened 19 years ago
Closed 19 years ago
#4450 closed defect (bug) (fixed)
replace dir class with (open|read|close)dir
| Reported by: | nbachiyski | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Using the dir class causes problems on some PHP 5.0.x versions. When changed to the standard functions everything works fine.
Thanks to Marian Marinov for spotting this one.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [5867]) Use opendir instead of dir. Props nbachiyski. fixes #4450