summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* - 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
* moved the second unlink() to the CLEAN section in the SplFileObject_fwrite_va...Eyal Teutsch2010-12-123-0/+12
* - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate...Pierre Joye2010-12-111-0/+1
* - Fixed bug #53515 (property_exists incorrect on ArrayObject null and 0 values)Felipe Pena2010-12-102-4/+45
* Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch...Dmitry Stogov2010-12-091-0/+13
* 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-17/+533
* Implemented FR #53264 (Add fputcsv method to SplFileObject).Adam Harvey2010-11-0914-0/+6395
* 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-9/+31
* - Implement bug #51804, splFileInfo::getLinkTarget() on WindowsPierre Joye2010-09-101-2/+14
* - 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/+41
* 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/+120
* Added tests for SplFileObject::fgetcsvBen Longden2010-06-157-0/+181
* Tests for SplTempFileObjectBen Longden2010-06-154-0/+69
* - Fixed bug #51991 (spl_autoload and *nix support with namespace)Felipe Pena2010-06-041-0/+11
* - Fix testFelipe Pena2010-06-031-1/+1
* Added support for object references in recursive serialize() calls. FR #36424Michael Wallner2010-05-263-173/+61
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-247-19/+43
* Fixed a possible memory corruption in ArrayObject::uasort() Reported by Stefa...Dmitry Stogov2010-05-131-8/+49
* fix the fix for the fixEtienne Kneuss2010-05-101-0/+2
* Fix crashEtienne Kneuss2010-05-101-7/+12
* - Fix crash when instantiating MultipleIteratorFelipe Pena2010-05-101-1/+1
* Fix build, declarings firstKalle Sommer Nielsen2010-05-031-2/+3
* Fix misplaced codeEtienne Kneuss2010-04-291-2/+7
* Implement SplObjectStorage::getHash()Etienne Kneuss2010-04-292-59/+206
* Fixed memory leak in ext/spl/tests/spl_autoload_bug48541.phptDmitry Stogov2010-04-271-1/+8
* 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
* Removed safe_modeKalle Sommer Nielsen2010-04-262-3/+3
* - Removed allow_call_time_pass_reference (Pierrick)Felipe Pena2010-04-267-170/+0
* Fix #51532 (Invalid prototype for SplFileInfo::fscanf)Etienne Kneuss2010-04-252-2/+15
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-202-22/+21
* - 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