summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80802: (zend_jit_fetch_indirect_var assert failure with tracing JIT)Dmitry Stogov2021-03-011-1/+1
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-19/+15
|\
| * Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-114-8/+27
|\ \ | |/
| * Fixed bug #80719Nikita Popov2021-02-114-8/+23
* | SplFileObject::fgets() cannot return falseNikita Popov2021-01-183-4/+4
* | Fix #62004: SplFileObject: fgets after seek returns wrong lineChristoph M. Becker2020-11-308-7/+51
* | Use separate directory in dit_004.phptNikita Popov2020-10-261-1/+15
* | Properly validate ArrayObject::asort() argumentNikita Popov2020-10-223-14/+13
* | Add additional initialization checks to SplFileInfoNikita Popov2020-10-192-0/+34
* | Update ext/spl parameter namesNikita Popov2020-10-0741-174/+176
* | Support GC for AppendIteratorNikita Popov2020-10-013-6/+10
* | Fix bug #65387Nikita Popov2020-10-012-0/+101
* | Clean up spl_fixedarray.cLevi Morrison2020-09-271-138/+129
* | Add option to print parameter name stats to gen_stubNikita Popov2020-09-241-1/+1
* | Consistent error handling for fgetcsv/fputcsvNikita Popov2020-09-239-52/+74
* | SplFixedArray is Aggregate, not IterableAlex Dowad2020-09-239-364/+154
* | Throw warning for failed object to int/float conversionNikita Popov2020-09-211-1/+1
* | Fix a few Iterator signaturesMáté Kocsis2020-09-213-13/+16
* | Add support for `@implementation-alias` in stubsMáté Kocsis2020-09-2112-46/+46
* | Run tidyNikita Popov2020-09-181-8/+8
* | Generate arginfosMáté Kocsis2020-09-161-10/+6
* | Display string default values in stubs more uniformlyMáté Kocsis2020-09-161-4/+4
* | Display types in stubs more uniformlyMáté Kocsis2020-09-162-2/+2
* | Use ValueError instead of exceptions in SPL extensionGeorge Peter Banyard2020-09-1514-101/+86
* | Use normal error in SPL for uninitialized objectsGeorge Peter Banyard2020-09-157-49/+38
* | Use normal error in SPL for 'An iterator cannot be used with foreach by refer...George Peter Banyard2020-09-1512-14/+14
* | Update array parameter names for named parametersLarry Garfield2020-09-142-2/+2
* | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-0913-21/+21
* | Make null byte error a ValueErrorNikita Popov2020-09-083-3/+3
* | Fix UNKNOWN default values in various extensionsMáté Kocsis2020-09-074-11/+11
* | Use ZPP instead of custom type checksMáté Kocsis2020-09-044-23/+29
* | Extract common flock codeGeorge Peter Banyard2020-09-041-24/+2
* | Release call trampolines in zpp fccNikita Popov2020-09-041-1/+8
* | Error promotions in SPLGeorge Peter Banyard2020-09-039-41/+47
* | Refactor parts of SPL Dir/SplFileObjectGeorge Peter Banyard2020-09-033-136/+154
* | Add more precise type info for stubsMáté Kocsis2020-09-0127-226/+143
* | Promote ArrayObject modification during sorting to Error exceptionNikita Popov2020-08-283-11/+19
* | Use zend_dval_to_lval() in spl_offset_convert_to_long()Nikita Popov2020-08-271-1/+1
* | Fixed bug #79987 (Memory leak in SplFileInfo because of missing zend_restore_...Dmitry Stogov2020-08-182-0/+23
* | Return empty string from SplFileInfo::getPathname()Nikita Popov2020-08-143-3/+3
* | Merge branch 'PHP-7.4'Nikita Popov2020-08-141-0/+2
|\ \ | |/
| * Add missing initialization check to RegexIterator::getRegex()Nikita Popov2020-08-141-0/+2
* | Use a dedicated method for MultipleIterator::countIterators()Nikita Popov2020-08-133-6/+15
* | Replace fatal error in SplFileInfo with exceptionNikita Popov2020-08-131-25/+48
* | Add many missing closing PHP tags to testsMáté Kocsis2020-08-0929-0/+29
* | Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-10/+10
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-1/+1
* | Promote "undefined array key" notice to warningNikita Popov2020-08-0320-58/+59
* | Convert SPL illegal offset type into TypeErrorNikita Popov2020-08-033-15/+43