summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* fix bug #75173 incorrect behavior of AppendIterator::append in foreach loopjhdxr2017-09-122-1/+19
* Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions...Xinchen Hui2017-08-092-4/+32
* Fix #75015. Crash in SPL destructorsJulien Pauli2017-08-011-0/+1
* Fixed #74699 - Broken ArrayIterator unserializingandrewnester2017-07-183-51/+145
* fix method "eof"danchukas2017-06-231-1/+1
* fix bug #73471 PHP freezes with AppendIteratorjhdxr2017-06-222-1/+21
* Fixed bug #74478jhdxr2017-05-242-0/+77
* Fix typo in SplFixedArray has_dimension implementationNikita Popov2017-05-012-1/+23
* Fixed bug #74218 (ArrayIterator error message is confusing)Xinchen Hui2017-03-102-2/+2
* Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
* Fixed bug #73896 (spl_autoload() crashes when calls magic _call())Dmitry Stogov2017-01-092-1/+63
* Update copyright headers to 2017Sammy Kaye Powers2017-01-0422-22/+22
* Fix memory leak(null coalescing operator with Spl hash)Tyson Andre2016-11-201-0/+15
* More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-13/+13
* Fixed bug #73423 (Reproducible crash with GDB backtrace)Xinchen Hui2016-11-022-4/+81
* Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-122-2/+2
* Merge remote-tracking branch 'origin/PHP-7.0.12' into PHP-7.0.12Stanislav Malyshev2016-10-113-4/+39
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-09-223-4/+39
| |\
| | * fix bug related to #865Márcio Almada2016-09-223-4/+39
| | * Fix testStanislav Malyshev2016-09-121-0/+5
| | * Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-122-4/+22
* | | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no...Stanislav Malyshev2016-10-101-6/+8
|/ /
* | Merge branch 'PHP-7.0.11' into PHP-7.0Stanislav Malyshev2016-09-123-2/+24
|\ \
| * | Fix testStanislav Malyshev2016-09-121-0/+5
| * | Fix bug #73029 - Missing type check when unserializing SplArrayStanislav Malyshev2016-09-122-2/+19
* | | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-262-1/+22
|\ \ | |/
| * Fixed bug #72684 (AppendIterator segfault with closed generator)Pierrick Charron2016-07-262-1/+22
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-222-7/+12
|\ \ | |/
| * Fix #72646: SplFileObject::getCsvControl does not return the escape characterChristoph M. Becker2016-07-222-7/+12
| * Fix 72122 - don't use EH_THROW for calls to getIteratorLoz Calver2016-07-122-0/+23
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-052-1/+338
|\ \ | |/
| * Fix bug #55701: GlobIterator throws LogicExceptionValentin VALCIU2016-07-052-1/+338
| * Merge branch 'PHP-5.5' into PHP-5.6.23Stanislav Malyshev2016-06-212-102/+117
| |\
| | * fix buildStanislav Malyshev2016-06-201-1/+1
| | * Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unseria...Stanislav Malyshev2016-06-201-0/+11
| | * Fix bug #72262 - do not overflow intStanislav Malyshev2016-06-151-107/+111
| | * Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-015-0/+157
| | |\
* | | | variable used out of scopeJoe Watkins2016-04-281-1/+1
* | | | Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as exp...Xinchen Hui2016-04-192-5/+33
* | | | Fix bug #71334Nikita Popov2016-03-301-15/+30
* | | | Fix bug #71735: Double-free in SplDoublyLinkedList::offsetSetStanislav Malyshev2016-03-202-1/+15
* | | | Fixed bug #62059Nikita Popov2016-03-202-6/+85
* | | | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-202-5/+29
|\ \ \ \ | |/ / /
| * | | Fixed bug #67582Nikita Popov2016-03-202-5/+29
* | | | Fixed bug #52339Nikita Popov2016-03-184-71/+38
* | | | Add extra ArrayObject::sort() testNikita Popov2016-03-181-0/+72
* | | | Fix bug #71838Nikita Popov2016-03-182-4/+25
* | | | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-171-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed test scriptXinchen Hui2016-03-171-1/+1