Ticket #4450 (closed defect (bug): fixed)

Opened 2 years ago

Last modified 1 year ago

replace dir class with (open|read|close)dir

Reported by: nbachiyski Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: General Version:
Severity: normal Keywords: has-patch
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

opendir-instead-of-dir.diff (5.9 kB) - added by nbachiyski on 06/13/07 10:35:03.

Change History

06/13/07 10:35:03 changed by nbachiyski

  • attachment opendir-instead-of-dir.diff added.

06/13/07 16:44:43 changed by Nazgul

  • keywords set to has-patch.

08/14/07 02:58:34 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [5867]) Use opendir instead of dir. Props nbachiyski. fixes #4450