» Version | » Information |
---|---|
1.3.3 |
Easy InstallNot sure? Get more info. pear install File_Find-1.3.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.3.3 Release date: 2014-03-09 10:30 UTC Release state: stable Release uploaded by: doconnor Changelog: Fix release Dependencies:
|
1.3.2 |
Easy InstallNot sure? Get more info. pear install File_Find-1.3.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.3.2 Release date: 2012-10-23 03:24 UTC Release state: stable Release uploaded by: doconnor Changelog: QA release Bug #18779 PHP Deprecated: Assigning the return value of new by reference is deprecated Bug #19530 Array to string conversion Dependencies:
|
1.3.1 |
Easy InstallNot sure? Get more info. pear install File_Find-1.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.3.1 Release date: 2010-10-05 15:13 UTC Release state: stable Release uploaded by: doconnor Changelog: QA release package 2.0 Bug #2132 Doc state &search() can be called statically. It isn't true. Bug #2773 Directories with other directories named 0 Bug #4669 Repeated calls to search or maptree return multiple copies of results Bug #4983 Error in install Bug #4994 Close TODO Bug #7966 File_Find Stream Support Bug #14816 Unit test failures Dependencies:
|
1.3.0 |
Easy InstallNot sure? Get more info. pear install File_Find-1.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.3.0 Release date: 2006-06-30 16:48 UTC Release state: stable Release uploaded by: techtonik Changelog: Work towards stream support. This version doesn't try to normalize slashes in returned result and thus it's output may be inconsistent with of previous versions. + new object variable $this->dirsep to explicitly define directory separator (forward slash by default) - drop out "use only native system slashes" and "replace double slashes if any" beautifiers which damage stream prefixes and stream specific URLs - minor comment fixes |
1.2.2 |
Easy InstallNot sure? Get more info. pear install File_Find-1.2.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.2.2 Release date: 2006-02-17 14:20 UTC Release state: stable Release uploaded by: tuupola Changelog: + Empty pattern workaround from bug #6173 also in glob method Various 'enhancements' to 'shell' method http://pear.php.net/manual/en/package.filesystem.file-find.searchmethods.php * Empty pattern specified in 'shell' is equal to '*.*' - Empty exclude mask of a 'shell' pattern is detected correctly now + Use *. to match files without extension + use filename.*. to match files with only one 'extension' (bug #5503) |
1.2.1 |
Easy InstallNot sure? Get more info. pear install File_Find-1.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.2.1 Release date: 2006-02-02 08:28 UTC Release state: stable Release uploaded by: tuupola Changelog: * Fixed bug #5892 and other "Only variable references should be returned by reference" errors. * Fixed bug #6173. Check for empty strings given as ereg to search(). * silence errors if mapTreeMultiple() encounters an unreadable directory (thanks to Erik Stainsby) |
1.2.0 |
Easy InstallNot sure? Get more info. pear install File_Find-1.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.2.0 Release date: 2005-10-04 10:22 UTC Release state: stable Release uploaded by: tuupola Changelog: + new 'shell' match method |
1.1.0 |
Easy InstallNot sure? Get more info. pear install File_Find-1.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.1.0 Release date: 2005-09-13 03:06 UTC Release state: stable Release uploaded by: tuupola Changelog: * use only native system directory delimiters for consistency * search() method can now match files, directories or both * port tests to windows platform |
1.0.1 |
Easy InstallNot sure? Get more info. pear install File_Find-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.0.1 Release date: 2005-08-30 09:05 UTC Release state: stable Release uploaded by: tuupola Changelog: * fixed package.xml to avoid installation problems with PHP 5.1.X |
1.0.0 |
Easy InstallNot sure? Get more info. pear install File_Find-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-1.0.0 Release date: 2005-08-25 07:39 UTC Release state: stable Release uploaded by: tuupola Changelog: * maptree() can now be called statically (bug #4994) |
0.4.0 |
Easy InstallNot sure? Get more info. pear install File_Find-0.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-0.4.0 Release date: 2005-06-03 04:20 UTC Release state: beta Release uploaded by: tuupola Changelog: * Error handling now uses PEAR::raiseError() instead of FileFindException. This might cause BC break if you were checking errors with is_a() instead of PEAR::isError() of File_Find::isError()! * All output is now consistent having the leading directory separator stripped out from directory names. - FileFindException error class was removed - File_Find_version() method was removed |
0.3.1 |
Easy InstallNot sure? Get more info. pear install File_Find-0.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-0.3.1 Release date: 2005-01-13 11:00 UTC Release state: beta Release uploaded by: tuupola Changelog: * fixed bug search() where static calls to search() failed if it was called inside instance of another object (Anatoly Techtonik) |
0.3.0 |
Easy InstallNot sure? Get more info. pear install File_Find-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-0.3.0 Release date: 2004-12-17 09:26 UTC Release state: beta Release uploaded by: tuupola Changelog: * search() can now be called statically (bug #2132) * search() can now optionally match only against filename only (req #712) * fixes problems with directories named 0 (bug #2773) |
0.2.0 |
Easy InstallNot sure? Get more info. pear install File_Find-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-0.2.0 Release date: 2002-11-14 16:30 UTC Release state: stable Release uploaded by: tuupola Changelog: * added mapTreeMultiple() function / method * improved portability for non UNIX platforms |
0.1 |
Easy InstallNot sure? Get more info. pear install File_Find-0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/File_Find-0.1 Release date: 2002-01-26 15:44 UTC Release state: stable Release uploaded by: sterling Changelog: Initial release |