Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop spl/internal documentation | Gabriel Caruso | 2018-08-12 | 1 | -237/+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 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -11/+11 |
| | |||||
* | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | |||||
* | MFH: Update copyright year + line feeds | Kalle Sommer Nielsen | 2009-05-02 | 1 | -1/+1 |
| | |||||
* | - MFH: Synch | Marcus Boerger | 2006-11-03 | 1 | -2/+4 |
| | |||||
* | - Update docu | Marcus Boerger | 2005-10-08 | 1 | -1/+1 |
| | | | | | | - Synch class consts with HEAD - Synch example RecursiveTreeIterator (as far as possible) | ||||
* | MFH: | Marcus Boerger | 2005-09-15 | 1 | -12/+42 |
| | | | | | | | | | | - 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. | ||||
* | - Execute both RecursiveIteratorIterator::beginChildren() and endChildren() | Marcus Boerger | 2005-05-14 | 1 | -2/+3 |
| | | | | | on the same level (while the actual child is available). | ||||
* | - Update docu | Marcus Boerger | 2005-03-12 | 1 | -3/+21 |
| | |||||
* | - Add version information | Marcus Boerger | 2005-02-17 | 1 | -0/+1 |
| | |||||
* | - Update to 2005 | Marcus Boerger | 2005-02-08 | 1 | -1/+1 |
| | |||||
* | - Actually these are private | Marcus Boerger | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | - Add RecursiveIteratorIterator::beginChildren(), endChildren() | Marcus Boerger | 2004-11-01 | 1 | -1/+17 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-11-01 | 1 | -1/+4 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-10-31 | 1 | -1/+1 |
| | |||||
* | - Update docu | Marcus Boerger | 2004-10-29 | 1 | -4/+39 |
| | |||||
* | - Implement OuterIterator in C | Marcus Boerger | 2004-10-29 | 1 | -1/+9 |
| | |||||
* | - Update examples | Marcus Boerger | 2004-05-08 | 1 | -0/+101 |
- Update documentation - Move classes/interfaces already implemented in c to new subdir internal |