Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Fix #43611 SplObjectStorage is available since 5.1.2 | Johannes Schlüter | 2007-12-16 | 1 | -2/+2 |
| | |||||
* | - MFH Fix #41109: recursiveiterator.inc says 'implements' Iterator instead ↵ | Marcus Boerger | 2007-04-17 | 2 | -2/+2 |
| | | | | of 'extends' | ||||
* | - MFH simplify, synch docu/implementation | Marcus Boerger | 2007-03-04 | 1 | -15/+1 |
| | |||||
* | MFH: SplFileObject no longer overwrites SplFileInfo::getFilename() | Hannes Magnusson | 2006-11-12 | 1 | -8/+0 |
| | |||||
* | - MFH: Synch | Marcus Boerger | 2006-11-03 | 1 | -2/+4 |
| | |||||
* | - MFH Update docu | Marcus Boerger | 2006-07-21 | 1 | -8/+1 |
| | |||||
* | - MFH Match code with docu | Marcus Boerger | 2006-07-21 | 1 | -3/+3 |
| | |||||
* | - MFH Update RegexIterator, Docu & Tests | Marcus Boerger | 2006-07-21 | 1 | -1/+50 |
| | |||||
* | - Synch RegexIterator with HEAD | Marcus Boerger | 2006-07-20 | 1 | -4/+26 |
| | |||||
* | - MFH Update docu | Marcus Boerger | 2006-07-16 | 2 | -10/+25 |
| | |||||
* | - MFH: | Marcus Boerger | 2006-07-16 | 3 | -6/+149 |
| | | | | | | | | . Upgrade RegexIterator capabilities, see docu . Update docu . Add test (which fails right now: iterator_049.phpt) . Add tests for new functionality | ||||
* | - MFH Implement todo: SplFileObject: ability to set the CSV separator per object | Marcus Boerger | 2006-07-15 | 1 | -4/+36 |
| | |||||
* | - Fix docu | Marcus Boerger | 2006-03-26 | 1 | -1/+1 |
| | |||||
* | - MFH Fix docu | Marcus Boerger | 2006-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: more spelling fixes | Antony Dovgal | 2005-12-18 | 1 | -2/+2 |
| | |||||
* | - Update docu | Marcus Boerger | 2005-10-08 | 2 | -5/+5 |
| | | | | | | - Synch class consts with HEAD - Synch example RecursiveTreeIterator (as far as possible) | ||||
* | - MFH Really allow SXE being shared by not using anything from it directly ↵ | Marcus Boerger | 2005-10-03 | 1 | -4/+20 |
| | | | | in SPL | ||||
* | - MFH Fix issue with RecursiveArrayIterator::getChildren() | Marcus Boerger | 2005-10-03 | 1 | -1/+5 |
| | |||||
* | - Synch naming/move changes with HEAD | Marcus Boerger | 2005-09-18 | 2 | -13/+77 |
| | | | | | | - Update tests/docu # New functionality in CachingIterator/RecursiveIteratorIterator not MFHed | ||||
* | - Rename file class again by popular demmand: calling it SplFileObject now | Marcus Boerger | 2005-09-15 | 1 | -2/+2 |
| | |||||
* | - Update docu | Marcus Boerger | 2005-09-15 | 1 | -10/+3 |
| | |||||
* | - MFH: Add new files | Marcus Boerger | 2005-09-15 | 2 | -0/+180 |
| | |||||
* | MFH: | Marcus Boerger | 2005-09-15 | 4 | -28/+61 |
| | | | | | | | | | | - Add SplObjectStorage - Add RecursiveFilterIterator - Rename Observer to SplObserver - Rename Subject to SplSubject - Move SPL constants to class constants - Update docu | ||||
* | - Update version info | Marcus Boerger | 2005-08-02 | 1 | -1/+2 |
| | |||||
* | - Before we later run into BC trouble we split flags into two params mode | Marcus Boerger | 2005-07-28 | 1 | -6/+6 |
| | | | | | and flags now before branching for 5.1. | ||||
* | - Fix issues with iterators and excpetions | Marcus Boerger | 2005-07-27 | 1 | -2/+23 |
| | | | | | | | | | | | | | | | | | # update documentation # # In 5.2 we need to implement an event handler onException() to be invoked # on exceptions during getChildren() calls. Its default implementation # would simply rethrow the exception if the flag is not set and delete if # if it was set. To do so the exceptions refcount needs to be increased # before calling zend_clear_exception() to keep the exception alive but # clear the control information. # # As a side note this is alos the easy solution to allow multi exception # handling: Simply clear the engine's exception info and add a property # called $previousException to the base exception and assign it from the # already pending one. | ||||
* | fix typos | Johannes Schlüter | 2005-06-16 | 1 | -3/+3 |
| | |||||
* | - Update | Marcus Boerger | 2005-05-30 | 1 | -7/+10 |
| | |||||
* | - Execute both RecursiveIteratorIterator::beginChildren() and endChildren() | Marcus Boerger | 2005-05-14 | 1 | -2/+3 |
| | | | | | on the same level (while the actual child is available). | ||||
* | - Add another note | Marcus Boerger | 2005-05-03 | 1 | -0/+2 |
| | |||||
* | - Make line counting work with FileObject::fgetc() | Marcus Boerger | 2005-05-03 | 1 | -13/+55 |
| | | | | | | - Add a test for FileObject::fgetc() - Update docs | ||||
* | - Rename class File to FileObject | Marcus Boerger | 2005-04-14 | 1 | -4/+7 |
| | | | | | # by popular demand | ||||
* | - Update docu | Marcus Boerger | 2005-03-12 | 1 | -3/+21 |
| | |||||
* | - Fix extension to be .inc | Marcus Boerger | 2005-03-12 | 1 | -0/+0 |
| | |||||
* | Add documentation | Marcus Boerger | 2005-03-09 | 1 | -0/+300 |
| | |||||
* | - Update docu | Marcus Boerger | 2005-03-01 | 1 | -5/+12 |
| | |||||
* | - Update docu | Marcus Boerger | 2005-02-23 | 1 | -3/+27 |
| | |||||
* | - Add version information | Marcus Boerger | 2005-02-17 | 14 | -2/+14 |
| | |||||
* | - Update to 2005 | Marcus Boerger | 2005-02-08 | 14 | -14/+14 |
| | |||||
* | - Actually these are private | Marcus Boerger | 2005-02-08 | 5 | -13/+13 |
| | |||||
* | - Add RecursiveIteratorIterator::beginChildren(), endChildren() | Marcus Boerger | 2004-11-01 | 1 | -1/+17 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-11-01 | 5 | -2/+15 |
| | |||||
* | - Minor fixes | Marcus Boerger | 2004-11-01 | 1 | -0/+121 |
| | | | | | - Implement AppendIterator in C | ||||
* | - Implement EmptyIterator in C | Marcus Boerger | 2004-10-31 | 1 | -0/+62 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-10-31 | 2 | -2/+2 |
| | |||||
* | - Implement InfiniteIterator in C | Marcus Boerger | 2004-10-31 | 1 | -0/+47 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-10-31 | 10 | -11/+55 |
| | |||||
* | - Implement classes IteratorIterator and NoRewindIterator in C | Marcus Boerger | 2004-10-31 | 2 | -0/+114 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-10-29 | 9 | -11/+237 |
| | |||||
* | - Implement OuterIterator in C | Marcus Boerger | 2004-10-29 | 5 | -4/+46 |
| |