Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1 |
|
#
0aeea4bd |
| 24-Jul-2008 |
Steph Fox |
MFH SPL_FILE_DIR_UNIXPATHS.
|
Revision tags: php-4.4.9RC1 |
|
#
8dafec40 |
| 19-Jul-2008 |
Etienne Kneuss |
MFH: Implement DirectoryIterator::seek
|
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
3681756c |
| 20-May-2008 |
Etienne Kneuss |
MFH: Fix path lookup when include_path is used
|
#
242f779f |
| 18-May-2008 |
Etienne Kneuss |
MFH: Fix filesystemiterator with ./.. + add cloning tests
|
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
1d98b272 |
| 13-Feb-2008 |
Marcus Boerger |
- MFH Make this behave like in <= 5.2.5 and test for it
|
#
95262f8a |
| 04-Feb-2008 |
Marcus Boerger |
- MFH Really last flag change (got confused with code)
|
#
81a5389a |
| 04-Feb-2008 |
Marcus Boerger |
- MFH Really fix flag handling
|
#
b628fc21 |
| 02-Feb-2008 |
Marcus Boerger |
- MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better DirectoryIterator # without having to change DirectoryIterator or RecursiveDirectoryIterator
- MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better DirectoryIterator # without having to change DirectoryIterator or RecursiveDirectoryIterator. # On top of FilterIterator the new GlobIterator was introduced. This one allows # to implement Countable(). But a glob stream flattens all structure, so it # cannot be derived from RedursiveIterator. With the new structure all children # of FilesystemIterator have nearly the same behavior. Just their capabilities # are a bit different. Check out new inheritance tree on SplFileInfo: # # [marcus@frodo PHP_5_3]$ php ext/spl/examples/class_tree.php SplFileInfo # make: `sapi/cli/php' is up to date. # SplFileInfo # |-DirectoryIterator (Iterator) # | \-FilesystemIterator # | |-GlobIterator (Countable) # | \-RecursiveDirectoryIterator (RecursiveIterator) # | \-Phar (ArrayAccess, Countable) # |-PharFileInfo # \-SplFileObject (RecursiveIterator, SeekableIterator) # \-SplTempFileObject
show more ...
|
#
0b71904a |
| 30-Jan-2008 |
Marcus Boerger |
- Fixed glob:// stream handling in (Recursive)DirectoryIterator.
|
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2.
|
Revision tags: php-4.4.8RC1 |
|
#
dcd3b197 |
| 26-Nov-2007 |
Jani Taskinen |
MFH:- Fixed bug #43365 (Several enums have trailing commas)
|
Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
d4e8fa62 |
| 03-Oct-2007 |
David Soria Parra |
MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501. [DOC] 5th parameter available since PHP 5.3+
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
Revision tags: php-5.2.1RC1 |
|
#
d3bda9a5 |
| 12-Nov-2006 |
Marcus Boerger |
- MFH: Correct comments
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1 |
|
#
9c30e20b |
| 15-Jul-2006 |
Marcus Boerger |
- MFH Implement todo: SplFileObject: ability to set the CSV separator per object
|
Revision tags: php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1 |
|
#
3a3e310e |
| 10-May-2006 |
Marcus Boerger |
- MFH: SplFileObject improvements . FILE_OBJECT_READ_AHEAD: allow to read ahead . FILE_OBJECT_SKIP_EMPTY: allow to skip empty lines (includes read ahead) . FILE_OBJECT_READ_CSV: a
- MFH: SplFileObject improvements . FILE_OBJECT_READ_AHEAD: allow to read ahead . FILE_OBJECT_SKIP_EMPTY: allow to skip empty lines (includes read ahead) . FILE_OBJECT_READ_CSV: allow to read as csv
show more ...
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1 |
|
#
4a5dd302 |
| 08-Mar-2006 |
Marcus Boerger |
- MFH Allow pecl/phar and alike too hook into spl_filesystem_object's
|
Revision tags: RELEASE_1_2 |
|
#
728493ca |
| 28-Feb-2006 |
Marcus Boerger |
- MFH Fix issues withhandling of derived info classes as entries
|
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
5bd93221 |
| 01-Jan-2006 |
foobar |
bump year and license version
|
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2 |
|
#
6dec77d2 |
| 29-Nov-2005 |
Marcus Boerger |
- MFH Add class SplFileInfo as base for DirectoryIterator and SplFileObject # As discussed with ilia before 5.1.0
|
Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
c0ffebce |
| 15-Sep-2005 |
Marcus Boerger |
- Rename file class again by popular demmand: calling it SplFileObject now
|
Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e671a5 |
| 03-Aug-2005 |
foobar |
- Bumber up year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
4f3b12b3 |
| 14-Apr-2005 |
Marcus Boerger |
- Rename class File to FileObject # by popular demand
|
Revision tags: RELEASE_0_3 |
|
#
2f8d672b |
| 05-Apr-2005 |
Marcus Boerger |
- Use correct var name
|
Revision tags: php-5.0.4 |
|
#
d3837359 |
| 31-Mar-2005 |
Marcus Boerger |
- Add RecursiveDirectoryIterator::getSubPath()
|