summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-161-3/+3
|\
| * Fix autoload_func_info destructionNikita Popov2017-02-161-3/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-01-092-1/+63
|\ \ | |/
| * 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
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-0422-22/+22
* | Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest)Xinchen Hui2016-12-091-5/+0
* | Revert "Refix bug #73686"Xinchen Hui2016-12-091-0/+5
* | Refix bug #73686Xinchen Hui2016-12-091-5/+0
* | Fixed bug #73686 (Adding settype()ed values to ArrayObject results in referen...Xinchen Hui2016-12-092-0/+50
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-211-0/+15
|\ \ | |/
| * 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
* | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-11-051-13/+13
|\ \
| * | More int->size_t and string overflow fixesStanislav Malyshev2016-11-051-13/+13
| |/
* | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-11-022-4/+81
|\ \ | |/
| * 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
| |\
| * | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no...Stanislav Malyshev2016-10-101-6/+8
* | | Fix SplFixedArray::offsetGet() invocation for NULL offsetNikita Popov2016-10-152-2/+4
* | | Syncronize with 5.6 - __toString should return ""Stanislav Malyshev2016-10-142-2/+2
* | | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no...Stanislav Malyshev2016-10-141-6/+8
* | | Improve support for microseconds with Date/TimemicrosecondsDerick Rethans2016-10-051-1/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-09-223-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
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2016-09-123-2/+24
|\ \ \ | |/ /
| * | 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
* | | | Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2016-09-111-6/+0
|\ \ \ \ | |/ / /
| * | | Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-6/+0
| |/ /
* | | Fixed bug #72888 (Segfault on clone on splFileObject)Xinchen Hui2016-08-192-1/+19
* | | Show "or null" in TypeErrors for nullable arg_infosAndrea Faulds2016-08-111-1/+1
* | | Remove extra pointer in SplFixedArrayLevi Morrison2016-08-112-91/+62
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-262-1/+22
|\ \ \ | |/ /
| * | 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-7.0' into PHP-7.1Christoph M. Becker2016-07-222-7/+12
|\ \ \ | |/ /
| * | 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 RNG fixes RFC. PR #1986Leigh2016-07-171-6/+1
|\ \ \
| * | | Alias rand to mt_randLeigh2016-07-051-5/+0
| * | | Split rand and mt_rand into separate filesLeigh2016-07-051-1/+1
* | | | Merge branch 'PHP-7.0'Christoph M. Becker2016-07-052-1/+338
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-052-1/+338
| |\ \ \ | | | |/ | | |/|