Opened 18 years ago
Closed 18 years ago
#4450 closed defect (bug) (fixed)
replace dir class with (open|read|close)dir
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
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.
(In [5867]) Use opendir instead of dir. Props nbachiyski. fixes #4450