summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";")Ilia Alshanetsky2008-01-021-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3118-18/+18
* Kill unused varsIlia Alshanetsky2007-12-171-3/+2
* - Fix foldingMarcus Boerger2007-12-171-1/+1
* - MFH: Fix #43611 SplObjectStorage is available since 5.1.2Johannes Schlüter2007-12-161-2/+2
* Fix typoHannes Magnusson2007-12-161-1/+1
* - Nitpicking, using same code (without unicode handling) than in HEADDavid Coallier2007-12-121-2/+2
* - Unit test for bug #41528David Coallier2007-12-121-0/+37
* fix win buildRob Richards2007-12-071-5/+4
* - Fix for #41528 (Classes extending ArrayObject do not serialize correctly)Marcus Boerger2007-12-061-5/+164
* - Fixing #38618 by:Marcus Boerger2007-12-052-15/+133
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-262-3/+3
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-2/+3
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-3/+0
* - Fix testsJani Taskinen2007-11-142-2/+2
* - Fix testsJani Taskinen2007-11-0243-409/+843
* - MFH from HEAD:Jani Taskinen2007-11-028-31/+186
* - Fix #42703Marcus Boerger2007-10-182-3/+46
* - Fix #42654 (maybe also a bunch of others)Marcus Boerger2007-10-182-2/+139
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-076-32/+32
* WS fix. Space instead of tab.David Soria Parra2007-10-051-1/+1
* WS/Indent fixDavid Soria Parra2007-10-051-48/+47
* MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.David Soria Parra2007-10-032-14/+30
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-278-41/+41
* Improve check for filename (fixed coverity issue #355)Ilia Alshanetsky2007-09-221-1/+1
* MFHJani Taskinen2007-09-201-0/+2
* - MFH: Fix Bug #42364 Crash when using getRealPath with DirectoryIteratorJohannes Schlüter2007-08-212-1/+23
* MFH: fix bug #42259 (SimpleXMLIterator loses ancestry)Rob Richards2007-08-142-2/+50
* MFH: fix #41691 (ArrayObject::exchangeArray hangs Apache)Antony Dovgal2007-07-202-1/+33
* MFH: fix #41692 (ArrayObject shows weird behaviour in respect to inheritance)Antony Dovgal2007-06-272-11/+55
* MFHAntony Dovgal2007-06-051-0/+4
* Fixed typo in constant nameIlia Alshanetsky2007-05-191-3/+3
* Eliminate memory allocation in RINIT for splIlia Alshanetsky2007-05-191-4/+14
* - MFH Add invert option to RegexIteratorMarcus Boerger2007-05-112-0/+5
* fix test namesAntony Dovgal2007-05-072-2/+2
* - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call callJohannes Schlüter2007-04-301-0/+26
* - MFH Update docuMarcus Boerger2007-04-222-17/+28
* win32 test fixesAntony Dovgal2007-04-181-2/+2
* - MFH Fix #41109: recursiveiterator.inc says 'implements' Iterator instead of...Marcus Boerger2007-04-173-4/+4
* Fixed 64-bit supportDmitry Stogov2007-04-091-2/+4
* - Fix 40442Marcus Boerger2007-04-061-1/+1
* - Add bug nameMarcus Boerger2007-04-061-1/+1
* - Better fix for #40091Marcus Boerger2007-04-061-6/+6
* - Fix #40442Marcus Boerger2007-04-061-0/+12
* - MFH Drop double variable declarationMarcus Boerger2007-03-241-1/+0
* - MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatmentMarcus Boerger2007-03-202-4/+32
* - Fix copy'n'paste issuesMarcus Boerger2007-03-042-5/+5
* - MFH simplify, synch docu/implementationMarcus Boerger2007-03-043-61/+20
* - MFH [DOC] Add SplFileInfo::getBasename(), DirectoryIterator::getBasenameMarcus Boerger2007-03-031-0/+105
* snprintf() -> slprintf()Ilia Alshanetsky2007-02-272-2/+2