php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40435 Typo in changelog
Submitted: 2007-02-11 00:03 UTC Modified: 2007-02-11 15:09 UTC
From: brendandonhue at comcast dot net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2007-02-11 00:03 UTC] brendandonhue at comcast dot net
Description:
------------
Changelog for PHP5.2.1 reads:
opendir() is reimplementation using GetFistFile/GetNextFile those are faster then _findfirst/_findnext

Should read:
opendir() is reimplementation using GetFirstFile/GetNextFile those are faster then _findfirst/_findnext


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-11 15:09 UTC] bjori@php.net
Thanks, fixed.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 14 19:00:01 2026 UTC