| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-16 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix autoload_func_info destruction | Nikita Popov | 2017-02-16 | 1 | -3/+3 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2017-01-09 | 2 | -1/+63 |
| |\ \ | |/ | |||||
| | * | Fixed bug #73896 (spl_autoload() crashes when calls magic _call()) | Dmitry Stogov | 2017-01-09 | 2 | -1/+63 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 22 | -22/+22 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 22 | -22/+22 |
| * | | Fix the bug in ZEND_ASSIGN_DIM (as nikic suggest) | Xinchen Hui | 2016-12-09 | 1 | -5/+0 |
| * | | Revert "Refix bug #73686" | Xinchen Hui | 2016-12-09 | 1 | -0/+5 |
| * | | Refix bug #73686 | Xinchen Hui | 2016-12-09 | 1 | -5/+0 |
| * | | Fixed bug #73686 (Adding settype()ed values to ArrayObject results in referen... | Xinchen Hui | 2016-12-09 | 2 | -0/+50 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-11-21 | 1 | -0/+15 |
| |\ \ | |/ | |||||
| | * | Fix memory leak(null coalescing operator with Spl hash) | Tyson Andre | 2016-11-20 | 1 | -0/+15 |
| | * | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -13/+13 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-05 | 1 | -13/+13 |
| |\ \ | |||||
| | * | | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -13/+13 |
| | |/ | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-11-02 | 2 | -4/+81 |
| |\ \ | |/ | |||||
| | * | Fixed bug #73423 (Reproducible crash with GDB backtrace) | Xinchen Hui | 2016-11-02 | 2 | -4/+81 |
| | * | Syncronize with 5.6 - __toString should return "" | Stanislav Malyshev | 2016-10-12 | 2 | -2/+2 |
| | * | Merge remote-tracking branch 'origin/PHP-7.0.12' into PHP-7.0.12 | Stanislav Malyshev | 2016-10-11 | 3 | -4/+39 |
| | |\ | |||||
| | * | | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no... | Stanislav Malyshev | 2016-10-10 | 1 | -6/+8 |
| * | | | Fix SplFixedArray::offsetGet() invocation for NULL offset | Nikita Popov | 2016-10-15 | 2 | -2/+4 |
| * | | | Syncronize with 5.6 - __toString should return "" | Stanislav Malyshev | 2016-10-14 | 2 | -2/+2 |
| * | | | Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no... | Stanislav Malyshev | 2016-10-14 | 1 | -6/+8 |
| * | | | Improve support for microseconds with Date/Timemicroseconds | Derick Rethans | 2016-10-05 | 1 | -1/+3 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-22 | 3 | -4/+39 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-09-22 | 3 | -4/+39 |
| | |\ \ | | |/ | |/| | |||||
| | | * | fix bug related to #865 | Márcio Almada | 2016-09-22 | 3 | -4/+39 |
| | | * | Fix test | Stanislav Malyshev | 2016-09-12 | 1 | -0/+5 |
| | | * | Fix bug #73029 - Missing type check when unserializing SplArray | Stanislav Malyshev | 2016-09-12 | 2 | -4/+22 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-12 | 3 | -2/+24 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0.11' into PHP-7.0 | Stanislav Malyshev | 2016-09-12 | 3 | -2/+24 |
| | |\ \ | |||||
| | | * | | Fix test | Stanislav Malyshev | 2016-09-12 | 1 | -0/+5 |
| | | * | | Fix bug #73029 - Missing type check when unserializing SplArray | Stanislav Malyshev | 2016-09-12 | 2 | -2/+19 |
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2016-09-11 | 1 | -6/+0 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Remove zpp fallback code (always use Fast ZPP) | Andrea Faulds | 2016-09-11 | 1 | -6/+0 |
| | |/ / | |||||
| * | | | Fixed bug #72888 (Segfault on clone on splFileObject) | Xinchen Hui | 2016-08-19 | 2 | -1/+19 |
| * | | | Show "or null" in TypeErrors for nullable arg_infos | Andrea Faulds | 2016-08-11 | 1 | -1/+1 |
| * | | | Remove extra pointer in SplFixedArray | Levi Morrison | 2016-08-11 | 2 | -91/+62 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Pierrick Charron | 2016-07-26 | 2 | -1/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Pierrick Charron | 2016-07-26 | 2 | -1/+22 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #72684 (AppendIterator segfault with closed generator) | Pierrick Charron | 2016-07-26 | 2 | -1/+22 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-22 | 2 | -7/+12 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-22 | 2 | -7/+12 |
| | |\ \ | | |/ | |||||
| | | * | Fix #72646: SplFileObject::getCsvControl does not return the escape character | Christoph M. Becker | 2016-07-22 | 2 | -7/+12 |
| | | * | Fix 72122 - don't use EH_THROW for calls to getIterator | Loz Calver | 2016-07-12 | 2 | -0/+23 |
| * | | | Merge RNG fixes RFC. PR #1986 | Leigh | 2016-07-17 | 1 | -6/+1 |
| |\ \ \ | |||||
| | * | | | Alias rand to mt_rand | Leigh | 2016-07-05 | 1 | -5/+0 |
| | * | | | Split rand and mt_rand into separate files | Leigh | 2016-07-05 | 1 | -1/+1 |
| * | | | | Merge branch 'PHP-7.0' | Christoph M. Becker | 2016-07-05 | 2 | -1/+338 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-05 | 2 | -1/+338 |
| | |\ \ \ | | | |/ | | |/| | |||||
