summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #49608 (Using CachingIterator on DirectoryIterator instance segfa...Felipe Pena2011-03-081-1/+3
* - Fixed SplObjectStorage::offsetSet arginfo, reported in bug #54118Felipe Pena2011-03-011-6/+1
* - Fixed memory leak in DirectoryIterator::getExtension() and SplFileInfo::get...Felipe Pena2011-02-201-8/+20
* - Fixed bug #54040 (Logical && where & probably needed in spl_iterators)Felipe Pena2011-02-201-1/+1
* MFH - Added SplFileInfo::getExtension() (FR #48767)Peter Cowburn2011-02-113-0/+144
* Fix bug #53914 (SPL assumes HAVE_GLOB is defined). Original patch by ChrisAdam Harvey2011-02-044-2/+46
* Remove empty files left when r306542 was reverted in r306552.Adam Harvey2011-01-061-0/+0
* Implement SplObjectStorage::removeAllExcept (Patch by Matthey Turland)Etienne Kneuss2011-01-053-0/+102
* - Year++Felipe Pena2011-01-0122-22/+22
* SplFileObject_fgetcsv files: SplFileObject__fgetcsv.csv used instead of SplFi...Eyal Teutsch2010-12-268-24/+24
* - Revert of revision 306542, turns out the semantics of compare() are Gustavo André dos Santos Lopes2010-12-212-24/+1
* - Fixed bug #53588 (SplMinHeap bad sorting with custom compareGustavo André dos Santos Lopes2010-12-212-1/+24
* - add phpize support for windows, need a nmake install for now (nmake devel-p...Pierre Joye2010-12-131-0/+1
* moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_va...Eyal Teutsch2010-12-123-0/+12
* - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-102-4/+45
* test bug42364 included a superfluous ?>Eyal Teutsch2010-12-091-1/+0
* - Fixed bug #53362 (Segmentation fault when extending SplFixedArray)Felipe Pena2010-11-192-1/+27
* - Fix testJani Taskinen2010-11-171-1/+1
* - Added missing void arg checksFelipe Pena2010-11-149-18/+534
* Fix bug #53279 (SplFileObject doesn't initialise default CSV escape character).Adam Harvey2010-11-092-0/+25
* - Fix the fix (wrong behavior)Felipe Pena2010-11-082-4/+4
* - Fixed bug #50579 (RegexIterator::REPLACE doesn't work)Felipe Pena2010-11-062-3/+44
* - Small optimization of the fix of bug #53071. It's not necessary to destroyGustavo André dos Santos Lopes2010-10-251-7/+0
* - Fixed bug #53071 (SPLObjectStorage defeats gc_collect_cycles).Gustavo André dos Santos Lopes2010-10-252-2/+89
* - Fixed bug #53144 (SplObjectStorage::removeAll())Felipe Pena2010-10-242-8/+28
* - Implement bug #51804, splFileInfo::getLinkTarget() on WindowsPierre Joye2010-09-101-2/+15
* - Improved fix for bug #52573Felipe Pena2010-08-182-5/+11
* - Fixed bug #52573 (SplFileObject::fscanf Segmentation fault)Felipe Pena2010-08-102-1/+17
* - Fixed bug #50481 (Storing many SPLFixedArray in an array crashes)Felipe Pena2010-08-081-0/+3
* - Fixed ZTS buildFelipe Pena2010-07-071-2/+2
* Fixed #51697 (Unsafe operations in free_storage of SPL iterators,Etienne Kneuss2010-07-071-8/+40
* Fix bug #52238: Crash when an Exception occured in iterator_to_arrayJohannes Schlüter2010-07-022-1/+27
* fix SplObjectStorage unserialization (CVE-2010-2225)Stanislav Malyshev2010-06-293-0/+112
* Merged SplFileObject::fgetcsv tests from trunkBen Longden2010-06-157-0/+181
* Merged SplTempFileObject tests from trunkBen Longden2010-06-154-0/+69
* - Fixed bug #51991 (spl_autoload and *nix support with namespace)Felipe Pena2010-06-041-0/+11
* Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefa...Dmitry Stogov2010-05-131-8/+49
* Fixed #48361 (SplFileInfo::getPathName() should return the parentEtienne Kneuss2010-04-272-1/+18
* Fix #51374 (Wrongly initialized object properties)Etienne Kneuss2010-04-272-0/+28
* Fix #49723 (Skip seek when unnecessary)Etienne Kneuss2010-04-272-1/+17
* Fix #51532 (Invalid prototype for SplFileInfo::fscanf)Etienne Kneuss2010-04-252-2/+15
* - Fixed testsFelipe Pena2010-04-034-47/+11
* Corrected typo in LimitIterator offset exception. Fixes #51119Peter Cowburn2010-02-223-2/+36
* - A few more extern declarationsJohannes Schlüter2010-01-191-3/+3
* - Add extern declarations for fixing the build with some compilersJohannes Schlüter2010-01-192-5/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-0322-22/+22
* Backported 5.3 tests to 5.2 and added more RecursiveIteratorIterator testsWilliam Martin2009-12-087-0/+219
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
* - Fixed bug #50090 (Typo in IteratorIterator constructor)Felipe Pena2009-11-071-1/+1
* - Fixed bug #50018 (Typo in spl_limit_it_seek())Felipe Pena2009-10-272-2/+2