Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop spl/internal documentation | Gabriel Caruso | 2018-08-12 | 25 | -2938/+0 |
| | | | | | These docs were outdated by now and the one at https://php.net/spl should be used instead | ||||
* | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 7 | -10/+10 |
| | |||||
* | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 19 | -103/+103 |
| | |||||
* | fix method "eof" | danchukas | 2017-06-23 | 1 | -1/+1 |
| | | | | | | | replace "eof" with "feof" because: 1) http://php.net/manual/ru/function.feof.php 2) Error: Call to undefined function eof() | ||||
* | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() ↵ | sasezaki | 2013-07-15 | 1 | -1/+1 |
| | | | | method, too) | ||||
* | fix invalid variable name at ext/spl/internal/multipleiterator.inc | kazusuke sasezaki | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 22 | -0/+0 |
|\ | |||||
| * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 22 | -0/+0 |
| | | |||||
| * | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 3 | -5/+5 |
| | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
* | | Fix common typos in the source code (Reported in Bug #54065) | Pierrick Charron | 2011-04-03 | 3 | -5/+5 |
| | | | | | | | | | | | | | | # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) | ||||
* | | Implement request #53659 (Implementing RegexIterator::getRegex() method). Patch | Adam Harvey | 2011-01-06 | 1 | -0/+7 |
|/ | | | | | by Joshua Thijssen. | ||||
* | MFH: Update copyright year + line feeds | Kalle Sommer Nielsen | 2009-05-02 | 25 | -25/+25 |
| | |||||
* | - MFH: Fixed bug #48120 (Implementing abstract class FilterIterator in ↵ | Felipe Pena | 2009-05-01 | 1 | -2/+2 |
| | | | | regexiterator.inc) | ||||
* | - MFH Add MultipleIterator (Arnaud, Marcus) | Marcus Boerger | 2008-07-22 | 2 | -1/+224 |
| | |||||
* | - MFH Added RecursiveTreeIterator | Marcus Boerger | 2008-07-19 | 1 | -0/+132 |
| | |||||
* | - MFH Make SplObjectStorage implement ArrayAccess | Marcus Boerger | 2008-01-28 | 1 | -4/+54 |
| | | | | | [DOC] | ||||
* | MFH: | Marcus Boerger | 2008-01-27 | 1 | -9/+29 |
| | | | | | | | | [DOC] Add ability to store associative infor with objects in SplObjectStorage - Add second parameter to SplObjectStorage::attach() - Add SplObjectStorage::setInfo() - Add SplObjectStorage::getInfo() | ||||
* | MFH: Typo | Etienne Kneuss | 2008-01-27 | 1 | -1/+1 |
| | |||||
* | MFH: -Pointer doesn't move if we're moving forward and shifting at the same time | Etienne Kneuss | 2008-01-27 | 3 | -44/+255 |
| | | | | | | -Userland implementation -Doxygen doc | ||||
* | MFH: Add doxygen docs for SplDoublyLinkedList, SplStack, SplQueue | Etienne Kneuss | 2008-01-21 | 3 | -0/+185 |
| | |||||
* | - 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. |