summaryrefslogtreecommitdiff
path: root/ext/spl/internal
Commit message (Collapse)AuthorAgeFilesLines
* - MFH: Fix #43611 SplObjectStorage is available since 5.1.2Johannes Schlüter2007-12-161-2/+2
|
* - MFH Fix #41109: recursiveiterator.inc says 'implements' Iterator instead ↵Marcus Boerger2007-04-172-2/+2
| | | | of 'extends'
* - MFH simplify, synch docu/implementationMarcus Boerger2007-03-041-15/+1
|
* MFH: SplFileObject no longer overwrites SplFileInfo::getFilename()Hannes Magnusson2006-11-121-8/+0
|
* - MFH: SynchMarcus Boerger2006-11-031-2/+4
|
* - MFH Update docuMarcus Boerger2006-07-211-8/+1
|
* - MFH Match code with docuMarcus Boerger2006-07-211-3/+3
|
* - MFH Update RegexIterator, Docu & TestsMarcus Boerger2006-07-211-1/+50
|
* - Synch RegexIterator with HEADMarcus Boerger2006-07-201-4/+26
|
* - MFH Update docuMarcus Boerger2006-07-162-10/+25
|
* - MFH:Marcus Boerger2006-07-163-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 objectMarcus Boerger2006-07-151-4/+36
|
* - Fix docuMarcus Boerger2006-03-261-1/+1
|
* - MFH Fix docuMarcus Boerger2006-01-051-1/+1
|
* MFH: more spelling fixesAntony Dovgal2005-12-181-2/+2
|
* - Update docuMarcus Boerger2005-10-082-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 Boerger2005-10-031-4/+20
| | | | in SPL
* - MFH Fix issue with RecursiveArrayIterator::getChildren()Marcus Boerger2005-10-031-1/+5
|
* - Synch naming/move changes with HEADMarcus Boerger2005-09-182-13/+77
| | | | | | - Update tests/docu # New functionality in CachingIterator/RecursiveIteratorIterator not MFHed
* - Rename file class again by popular demmand: calling it SplFileObject nowMarcus Boerger2005-09-151-2/+2
|
* - Update docuMarcus Boerger2005-09-151-10/+3
|
* - MFH: Add new filesMarcus Boerger2005-09-152-0/+180
|
* MFH:Marcus Boerger2005-09-154-28/+61
| | | | | | | | | | - Add SplObjectStorage - Add RecursiveFilterIterator - Rename Observer to SplObserver - Rename Subject to SplSubject - Move SPL constants to class constants - Update docu
* - Update version infoMarcus Boerger2005-08-021-1/+2
|
* - Before we later run into BC trouble we split flags into two params modeMarcus Boerger2005-07-281-6/+6
| | | | | and flags now before branching for 5.1.
* - Fix issues with iterators and excpetionsMarcus Boerger2005-07-271-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 typosJohannes Schlüter2005-06-161-3/+3
|
* - UpdateMarcus Boerger2005-05-301-7/+10
|
* - Execute both RecursiveIteratorIterator::beginChildren() and endChildren()Marcus Boerger2005-05-141-2/+3
| | | | | on the same level (while the actual child is available).
* - Add another noteMarcus Boerger2005-05-031-0/+2
|
* - Make line counting work with FileObject::fgetc()Marcus Boerger2005-05-031-13/+55
| | | | | | - Add a test for FileObject::fgetc() - Update docs
* - Rename class File to FileObjectMarcus Boerger2005-04-141-4/+7
| | | | | # by popular demand
* - Update docuMarcus Boerger2005-03-121-3/+21
|
* - Fix extension to be .incMarcus Boerger2005-03-121-0/+0
|
* Add documentationMarcus Boerger2005-03-091-0/+300
|
* - Update docuMarcus Boerger2005-03-011-5/+12
|
* - Update docuMarcus Boerger2005-02-231-3/+27
|
* - Add version informationMarcus Boerger2005-02-1714-2/+14
|
* - Update to 2005Marcus Boerger2005-02-0814-14/+14
|
* - Actually these are privateMarcus Boerger2005-02-085-13/+13
|
* - Add RecursiveIteratorIterator::beginChildren(), endChildren()Marcus Boerger2004-11-011-1/+17
|
* - Update docuMarcus Boerger2004-11-015-2/+15
|
* - Minor fixesMarcus Boerger2004-11-011-0/+121
| | | | | - Implement AppendIterator in C
* - Implement EmptyIterator in CMarcus Boerger2004-10-311-0/+62
|
* - Update docuMarcus Boerger2004-10-312-2/+2
|
* - Implement InfiniteIterator in CMarcus Boerger2004-10-311-0/+47
|
* - Update docuMarcus Boerger2004-10-3110-11/+55
|
* - Implement classes IteratorIterator and NoRewindIterator in CMarcus Boerger2004-10-312-0/+114
|
* - Update docuMarcus Boerger2004-10-299-11/+237
|
* - Implement OuterIterator in CMarcus Boerger2004-10-295-4/+46
|