php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #53859 Minimum PHP version for FilesystemIterator missing
Submitted: 2011-01-27 19:10 UTC Modified: 2011-01-27 20:01 UTC
From: jan at horde dot org Assigned:
Status: Duplicate Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jan at horde dot org
New email:
PHP Version: OS:

 

 [2011-01-27 19:10 UTC] jan at horde dot org
Description:
------------
http://www.php.net/manual/en/class.filesystemiterator.php doesn't mention that the class is only available since PHP 5.3.0.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-27 20:01 UTC] salathe@php.net
-Status: Open +Status: Duplicate
 [2011-01-27 20:01 UTC] salathe@php.net
For class synopsis pages like the one linked above, we don't (currently) display 
version information as you find atop function/method pages. The class 
constructor page [1] is the safest bet to find out for which versions a class is 
available.

There is already a bug open [2] requesting that version information be available 
on the class page.

[1] E.g. http://www.php.net/manual/en/filesystemiterator.construct.php
[2] http://bugs.php.net/bug.php?id=49927
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 10:01:28 2024 UTC