Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #49263 (Offset error when unserializing self-references in ↵ | Etienne Kneuss | 2009-10-06 | 2 | -1/+55 |
| | | | | SplObjectStorage) | ||||
* | Fixed ext/spl/tests/arrayObject_magicMethods2.phpt | Dmitry Stogov | 2009-09-22 | 1 | -0/+1 |
| | |||||
* | nuke duplicated tests | Antony Dovgal | 2009-08-31 | 5 | -97/+0 |
| | |||||
* | The last of the 2009 testfest tests | Zoe Slattery | 2009-08-30 | 2 | -0/+45 |
| | |||||
* | More tests from 2009 testfest | Zoe Slattery | 2009-08-28 | 5 | -0/+97 |
| | |||||
* | Test from 2009 testfest | Zoe Slattery | 2009-08-26 | 13 | -0/+348 |
| | |||||
* | Fix several recursion problems when var_dump'ing self-referencing objects | Etienne Kneuss | 2009-08-13 | 8 | -87/+247 |
| | |||||
* | Addref on clone as well | Etienne Kneuss | 2009-08-02 | 1 | -0/+1 |
| | |||||
* | fix test | Antony Dovgal | 2009-08-02 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed bug #44144 & add test | Hannes Magnusson | 2009-07-28 | 1 | -0/+27 |
| | |||||
* | - Fixed bug #49032 (SplFileObject::fscanf() variables passed by reference) | Jani Taskinen | 2009-07-23 | 1 | -1/+2 |
| | |||||
* | Fixed bug #48788 (RecursiveDirectoryIterator doesn't descend into symlinked | Ilia Alshanetsky | 2009-07-08 | 2 | -1/+3 |
| | | | | | | | | | | | | directories). [DOC] To avoid breaking how existing code works a new constant is introduced for the RecursiveDirectoryIterator() that directs the code to follow symlinks. This constant RecursiveDirectoryIterator::FOLLOW_SYMLINKS can be passed a flag to the constructor to trigger symlink following. | ||||
* | fix test | Zoe Slattery | 2009-07-05 | 1 | -1/+2 |
| | |||||
* | MFH: | Felipe Pena | 2009-07-04 | 8 | -240/+275 |
| | | | | | | | | | - Added missing methods' arginfo (for void params) - Fixed arginfos: - MultipleIterator::__construct - MultipleIterator::setFlags (Thanks Philip!) - SplFixedArray::__construct | ||||
* | MFH: spl_autoload_unregister/spl_autoload_functions and closures | Christian Seiler | 2009-06-30 | 4 | -14/+141 |
| | |||||
* | Fixed bug #48643 (String functions memory issue) | Dmitry Stogov | 2009-06-24 | 1 | -2/+23 |
| | |||||
* | MFH: Fix build problem (Kalle) | Johannes Schlüter | 2009-06-23 | 1 | -1/+3 |
| | |||||
* | MFH Add SplDoublyLinkedList::prev() and fix a memory leak when the iterator ↵ | Scott MacVicar | 2009-06-17 | 4 | -0/+82 |
| | | | | pointer isn't at the end | ||||
* | fix Bug #48541: spl_autoload_register only registers first closure, then ↵ | Greg Beaver | 2009-06-13 | 2 | -4/+39 |
| | | | | leaks the others. Fix missing erealloc in fix for bug #40091 (PHP_5_3 only) | ||||
* | MFH Fix bug #48493 - spl_autoload_register can leave the HT in an ↵ | Scott MacVicar | 2009-06-09 | 2 | -0/+27 |
| | | | | | | | inconsistent way. Need to point the second elements previous item to head so we can traverse upwards. | ||||
* | MFH: Include other flags as well | Etienne Kneuss | 2009-06-04 | 2 | -3/+4 |
| | |||||
* | Commiting testfest tests from tek | Zoe Slattery | 2009-06-03 | 12 | -0/+204 |
| | |||||
* | - New tests (testfest NorthWestUG) | Felipe Pena | 2009-05-23 | 104 | -0/+2055 |
| | |||||
* | - MFH: Added missing param checks | Felipe Pena | 2009-05-23 | 1 | -1/+20 |
| | |||||
* | MFH: Better fix for #45622 (patch by robinf at php do net) | Arnaud Le Blanc | 2009-05-21 | 3 | -7/+37 |
| | |||||
* | - New tests (testfet LondonUG) | Felipe Pena | 2009-05-17 | 60 | -0/+1566 |
| | |||||
* | MFH: Fix bug #47534 (RecursiveDirectoryIterator::getChildren ignoring ↵ | Etienne Kneuss | 2009-05-09 | 2 | -17/+34 |
| | | | | CURRENT_AS_PATHNAME) | ||||
* | MFH Broken test when you have a snapshot as it relies on CVS | Scott MacVicar | 2009-05-09 | 1 | -1/+1 |
| | |||||
* | Fix bug #48206 again | Scott MacVicar | 2009-05-09 | 1 | -1/+3 |
| | |||||
* | MFH Fix bug #48206 - Iterating over an invalid data structure leads to a ↵ | Scott MacVicar | 2009-05-09 | 1 | -3/+17 |
| | | | | segfault | ||||
* | 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) | ||||
* | - fix tests | Sebastian Schürmann | 2009-04-26 | 1 | -112/+2 |
| | | | | | - output of spl_classes differs from 5_2 to 5_3, changed to is_array | ||||
* | Initial commit | Sebastian Schürmann | 2009-04-25 | 1 | -0/+123 |
| | |||||
* | MFH: Fix #48023 (spl_autoload_register didn't store closures) | Etienne Kneuss | 2009-04-20 | 2 | -0/+22 |
| | |||||
* | MFH: Use obscure name | Hannes Magnusson | 2009-04-06 | 1 | -2/+2 |
| | |||||
* | MFH: Fix #47231 (offsetGet error using incorrect offset) | Etienne Kneuss | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | MFH: Add test covering for #47671 | Etienne Kneuss | 2009-03-19 | 1 | -0/+30 |
| | |||||
* | MFH: Fix #47671 (cloning SplObjectStorage instances) | Etienne Kneuss | 2009-03-19 | 1 | -75/+106 |
| | |||||
* | - MFH Safer flag handling as requested by Greg | Marcus Boerger | 2009-03-10 | 1 | -21/+23 |
| | |||||
* | MFH: Fix #47031 (Fix constants in example) | Etienne Kneuss | 2009-02-03 | 1 | -9/+6 |
| | |||||
* | - fix build | Pierre Joye | 2009-01-27 | 1 | -0/+3 |
| | |||||
* | fix compile warning | Antony Dovgal | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | MFH: Improve spl_object_hash() | Etienne Kneuss | 2009-01-26 | 2 | -19/+35 |
| | |||||
* | - MFH: Added missing "return;" | Felipe Pena | 2009-01-20 | 2 | -2/+5 |
| | |||||
* | MFH: Add tests for addAll/RemoveAll | Etienne Kneuss | 2009-01-17 | 1 | -0/+35 |
| | |||||
* | MFH: Implement SplObjectStorage::addAll/removeAll | Etienne Kneuss | 2009-01-16 | 1 | -1/+59 |
| | |||||
* | MFH: Fix #47045 (Correctly compare splobjectstorages with ==) | Etienne Kneuss | 2009-01-14 | 2 | -1/+50 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 22 | -22/+22 |
| | |||||
* | MFH: Fix #45820 (Empty ArrayObject keys not allowed) | Etienne Kneuss | 2008-12-30 | 2 | -4/+0 |
| |