| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken) | Dmitry Stogov | 2017-07-04 | 1 | -0/+33 |
| * | Merge branch 'PHP-7.1' | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
| |\ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
| | |\ | |||||
| | | * | Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within fina... | Bob Weinand | 2017-07-01 | 1 | -0/+21 |
| * | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 2 | -2/+2 |
| * | | | Fix tests on Windows | Nikita Popov | 2017-06-26 | 2 | -2/+2 |
| * | | | Fix typo | Nikita Popov | 2017-06-25 | 1 | -1/+1 |
| * | | | Implement object type annotation | Michał Brzuchalski | 2017-06-25 | 14 | -12/+244 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-25 | 1 | -0/+15 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-25 | 1 | -0/+15 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #73900 | Nikita Popov | 2017-06-25 | 1 | -0/+15 |
| * | | | Fix FE_FETCH_* exception check | Nikita Popov | 2017-06-25 | 1 | -0/+22 |
| * | | | Fixed bug #74810 | Nikita Popov | 2017-06-25 | 1 | -0/+25 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-06-25 | 1 | -4/+20 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-06-25 | 1 | -4/+20 |
| | |\ \ | | |/ | |||||
| | | * | Don't leave holes in func_get_args() and backtraces | Nikita Popov | 2017-06-25 | 1 | -4/+20 |
| * | | | Fix bug #74607: Don't check for bi-directional compatibility in traits | Pedro Magalhães | 2017-06-03 | 4 | -2/+46 |
| * | | | test for ErrorException::getSeverity(); | marcosptf | 2017-06-01 | 1 | -0/+1261 |
| * | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-05-27 | 1 | -0/+26 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-27 | 1 | -0/+26 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74657 (Undefined constants in array properties result in broken pr... | Xinchen Hui | 2017-05-27 | 1 | -0/+26 |
| * | | | Allow overriding abstract methods | Pedro Magalhães | 2017-05-24 | 3 | -0/+36 |
| * | | | Merge branch 'PHP-7.1' | Bob Weinand | 2017-05-17 | 1 | -0/+29 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #74606 (Segfault within try/catch/finally nesting in Generators) | Bob Weinand | 2017-05-17 | 1 | -0/+29 |
| * | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-05-08 | 1 | -0/+11 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-05-08 | 1 | -0/+11 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLE... | Xinchen Hui | 2017-05-08 | 1 | -0/+11 |
| * | | | Fixed bug #61970: Allow a child class to restrict access to ctor | Pedro Magalhães | 2017-05-01 | 3 | -0/+50 |
| * | | | Fixed bug #74269: Strict comparison of initial trait property values | Pedro Magalhães | 2017-05-01 | 1 | -0/+17 |
| * | | | Add trailing comma syntax support for mixed and unmixed group use lists | Sammy Kaye Powers | 2017-05-01 | 12 | -2/+148 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-04-15 | 1 | -1/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-04-15 | 1 | -1/+1 |
| | |\ \ | | |/ | |||||
| | | * | Improve accuracy of opline lineno information | Nikita Popov | 2017-04-15 | 1 | -1/+1 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-04-15 | 1 | -0/+77 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #74444: multiple catch freezes in some cases | David Matejka | 2017-04-15 | 1 | -0/+77 |
| * | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-04-11 | 1 | -0/+38 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-04-11 | 1 | -0/+38 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #74408 (Endless loop bypassing execution time limit) | Xinchen Hui | 2017-04-11 | 1 | -0/+38 |
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-04-09 | 1 | -0/+14 |
| | |\ \ | | |/ | |||||
| | | * | Resolve bug #74188 (undefined statics raising with ?? operator) | Thomas Punt | 2017-04-09 | 1 | -0/+14 |
| * | | | Implement jumptable optimization | Nikita Popov | 2017-04-10 | 1 | -0/+29 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-04-02 | 1 | -0/+30 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #74340 | Nikita Popov | 2017-04-02 | 1 | -0/+30 |
| * | | | Merge branch 'PHP-7.1' | Sara Golemon | 2017-03-23 | 1 | -0/+24 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-03-23 | 1 | -0/+24 |
| | |\ \ | | |/ | |||||
| | | * | Fix bug where `yield from` is captured too greedily | Sara Golemon | 2017-03-23 | 1 | -0/+24 |
| * | | | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation | Rowan Collins | 2017-03-23 | 11 | -16/+16 |
| * | | | Merge branch 'PHP-7.1' | Nikita Popov | 2017-03-15 | 2 | -0/+91 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bug #69676 | Nikita Popov | 2017-03-15 | 2 | -0/+91 |
| * | | | Fix SKIPIF conditions | Nikita Popov | 2017-03-14 | 3 | -3/+3 |
