| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | | * | | Fix bug #55701: GlobIterator throws LogicException | Valentin VALCIU | 2016-07-05 | 2 | -1/+338 |
| | | * | | Merge branch 'PHP-5.5' into PHP-5.6.23 | Stanislav Malyshev | 2016-06-21 | 2 | -102/+117 |
| | | |\ \ | |||||
| | | | * | | fix build | Stanislav Malyshev | 2016-06-20 | 1 | -1/+1 |
| | | | * | | Fixed ##72433: Use After Free Vulnerability in PHP's GC algorithm and unseria... | Stanislav Malyshev | 2016-06-20 | 1 | -0/+11 |
| | | | * | | Fix bug #72262 - do not overflow int | Stanislav Malyshev | 2016-06-15 | 1 | -107/+111 |
| | | | * | | Merge branch 'PHP-5.4.45' into PHP-5.5.29 | Stanislav Malyshev | 2015-09-01 | 5 | -0/+157 |
| | | | |\ \ | |||||
| * | | | \ \ | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 4 | -18/+12 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| | * | | | | | E_RECOVERABLE_ERROR -> thrown Error | Aaron Piotrowski | 2016-06-14 | 2 | -2/+6 |
| | * | | | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error | Aaron Piotrowski | 2016-06-13 | 2 | -3/+3 |
| | * | | | | | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 66 | -451/+1483 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Update memory freeing and other issues, revert some changes | Aaron Piotrowski | 2015-07-05 | 3 | -9/+2 |
| | * | | | | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 5 | -17/+18 |
| * | | | | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -2/+2 |
| * | | | | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 7 | -18/+27 |
| * | | | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 6 | -18/+18 |
| | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge branch 'PHP-7.0' | Dmitry Stogov | 2016-04-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | size_t is unsigned and can't be negative | Dmitry Stogov | 2016-04-29 | 1 | -1/+1 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge branch 'PHP-7.0' | Joe Watkins | 2016-04-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |/ / / / / | |||||
| | * | | | | | variable used out of scope | Joe Watkins | 2016-04-28 | 1 | -1/+1 |
| * | | | | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 1 | -1/+1 |
| * | | | | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but... | Dmitry Stogov | 2016-04-27 | 2 | -2/+0 |
| * | | | | | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-04-19 | 2 | -5/+33 |
| |\ \ \ \ \ \ | |/ / / / / | |||||
| | * | | | | | Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as exp... | Xinchen Hui | 2016-04-19 | 2 | -5/+33 |
