summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* Fixed bug #80719Nikita Popov2021-02-114-8/+23
* Add missing initialization check to RegexIterator::getRegex()Nikita Popov2020-08-141-0/+2
* Extract test helper function for SeCreateSymbolicLinkPrivilege checkChristoph M. Becker2020-07-021-6/+2
* SplHeap: Avoid memcpy on overlapping pointerAnatol Belski2020-06-211-1/+5
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-192-2/+47
|\
| * Fixed bug #79710Nikita Popov2020-06-192-2/+47
* | Fix bug #67369 ArrayObject serializatino drops the iterator classAlex Dowad2020-04-206-13/+85
* | Fix #69264: __debugInfo() ignored while extending SPL classesChristoph M. Becker2020-04-066-36/+190
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-232-13/+29
|\ \ | |/
| * Fix #79393: Null coalescing operator failing with SplFixedArrayChristoph M. Becker2020-03-232-13/+29
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-061-0/+11
|\ \ | |/
| * Skip test on Windows if privileges are insufficientChristoph M. Becker2020-03-061-0/+11
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-062-0/+25
|\ \ | |/
| * Fix #75673: SplStack::unserialize() behaviorChristoph M. Becker2020-03-062-0/+25
* | Apply tidy formattingNikita Popov2020-02-031-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-232-0/+29
|\ \ | |/
| * Fixed bug #79151Nikita Popov2020-01-232-0/+29
* | Fix #78976: SplFileObject::fputcsv returns -1 on failureChristoph M. Becker2019-12-172-0/+12
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-12-163-3/+34
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-12-163-3/+34
| |\
| | * Fix testStanislav Malyshev2019-12-161-1/+1
| | * Fix #78863: DirectoryIterator class silently truncates after a null byteChristoph M. Becker2019-12-162-2/+33
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-231-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-231-0/+3
| |\ \ | | |/
| | * Fix signed integer overflow in SplObjectStorage unserializationNikita Popov2019-09-231-0/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-161-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-161-0/+2
| |\ \ | | |/
| | * Fix leak in SplObjectStorage unserializationNikita Popov2019-09-161-0/+2
* | | Allow throwing exception while loading parent classNikita Popov2019-09-121-1/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-093-3/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-093-3/+13
| |\ \ | | |/
| | * Fix bug #72884 isCloneable() on SplFileObject should return falseCHU Zhaowei2019-09-093-3/+13
* | | Add zpp check to spl_classes()Nikita Popov2019-09-031-0/+4
* | | Clarify failure behavior of spl_iterator_apply()Nikita Popov2019-09-032-13/+10
* | | Fixed bug #78456Nikita Popov2019-08-262-0/+24
* | | Support variable element size in spl heap implementationNikita Popov2019-08-232-122/+140
* | | Fixed bug #78436Nikita Popov2019-08-232-0/+48
* | | Fixed bug #78409Nikita Popov2019-08-152-5/+26
* | | Adjust GC count in SPL testNikita Popov2019-08-131-1/+1
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-7/+13
* | | Deprecate Reflection export() methodsNikita Popov2019-07-221-1/+1
* | | Deprecate array_key_exists() on objectsNikita Popov2019-07-221-1/+3
* | | Remove checks for always enabled spl and pcrePeter Kokot2019-07-131-2/+0
* | | Swap implode() argument order in some testsNikita Popov2019-07-122-10/+10
* | | Throw notice on array access on illegal typeNikita Popov2019-07-102-2/+6
* | | Fix various instances of memcpy null ubNikita Popov2019-06-191-2/+6
* | | Remove copy argument from php_glob_stream_get_path/patternNikita Popov2019-06-191-1/+1
* | | Fix file conflicts in SplFileObject fputcsv testsNikita Popov2019-06-172-4/+4
* | | Register class before fetching parentNikita Popov2019-06-111-12/+1