| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-02-12 | 1 | -1/+1 | |
| |\ \ | |/ | ||||||
| | * | Fix test | Nikita Popov | 2019-02-12 | 1 | -1/+1 | |
| * | | Merge branch 'PHP-7.4' | Johannes Schlüter | 2019-02-12 | 3 | -10/+14 | |
| |\ \ | |/ | ||||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-02-12 | 3 | -10/+14 | |
| | |\ | ||||||
| | | * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-12 | 3 | -10/+14 | |
| | | |\ | ||||||
| | | | * | Fixed bug #75546 | DanielCiochiu | 2019-02-12 | 3 | -10/+14 | |
| | | | * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 65 | -79/+1 | |
| | | | * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 132 | -323/+323 | |
| | | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -2/+2 | |
| | | | * | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -9/+9 | |
| | | * | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 65 | -79/+1 | |
| | | * | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 131 | -319/+319 | |
| * | | | | Remove $errcontext argument to error handlers | Nikita Popov | 2019-02-05 | 1 | -1/+1 | |
| * | | | | Remove bareword fallback for constants | Nikita Popov | 2019-01-31 | 2 | -13/+4 | |
| * | | | | Remove support for legacy constructors | Nikita Popov | 2019-01-29 | 7 | -246/+2 | |
| |/ / / | ||||||
| * | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -1/+1 | |
| * | | | Remove some mentions of RECOVERABLE_ERROR in tests | Nikita Popov | 2018-11-15 | 1 | -5/+0 | |
| * | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 64 | -78/+1 | |
| * | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 21 | -22/+22 | |
| * | | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 113 | -297/+297 | |
| * | | | Don't overload get_properties for ArrayObject | Nikita Popov | 2018-10-10 | 1 | -13/+0 | |
| * | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-09-29 | 1 | -1/+4 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fixed bug #72635 | Nikita Popov | 2018-09-29 | 1 | -1/+4 | |
| * | | | Remove duplicate test file | Nikita Popov | 2018-09-22 | 1 | -69/+0 | |
| * | | | Rename *.p5c files to *.inc | Peter Kokot | 2018-09-21 | 10 | -6/+6 | |
| * | | | Fix permissions | Peter Kokot | 2018-09-21 | 4 | -0/+0 | |
| * | | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 3 | -3/+3 | |
| |/ / | ||||||
| * | | Fixed bug #76509 | Nikita Popov | 2018-06-25 | 1 | -5/+5 | |
| * | | Remove duplicated tests | Gabriel Caruso | 2018-02-22 | 1 | -37/+0 | |
| * | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 71 | -71/+71 | |
| * | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 2 | -2/+2 | |
| * | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 2 | -11/+11 | |
| * | | Remove superfluous SKIPIF sections in tests | Gabriel Caruso | 2018-02-03 | 5 | -10/+0 | |
| * | | Fix #75765 Exception on extend of undefined class | timurib | 2018-01-12 | 2 | -1/+26 | |
| * | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -9/+9 | |
| |/ | ||||||
| * | Implement object type annotation | Michał Brzuchalski | 2017-06-25 | 4 | -94/+94 | |
| * | Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation | Rowan Collins | 2017-03-23 | 2 | -2/+2 | |
| * | Implement Parameter Type Widening RFC | Niklas Keller | 2017-02-04 | 1 | -14/+0 | |
| * | Deprecate each() | Nikita Popov | 2017-02-03 | 1 | -4/+3 | |
| * | Deprecate __autoload() | Nikita Popov | 2017-02-03 | 21 | -208/+188 | |
| * | Remove zend_version() checks from tests | Nikita Popov | 2017-01-30 | 111 | -216/+0 | |
| * | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 7 | -43/+43 | |
| * | Implement \ArgumentCountError exception | Davey Shafik | 2016-08-30 | 1 | -1/+1 | |
| * | Fixed tests | Xinchen Hui | 2016-08-23 | 2 | -4/+0 | |
| * | Show "or null" in TypeErrors for nullable arg_infos | Andrea Faulds | 2016-08-11 | 1 | -3/+3 | |
| * | Merge branch 'PHP-7.0' | Nikita Popov | 2016-07-14 | 1 | -4/+2 | |
| |\ | ||||||
| | * | Fix test output | Nikita Popov | 2016-07-14 | 1 | -4/+2 | |
| * | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ... | Dmitry Stogov | 2016-06-16 | 1 | -1/+1 | |
| * | | Implemented RFC: Fix inconsistent behavior of $this variable | Dmitry Stogov | 2016-06-16 | 2 | -13/+9 | |
| * | | Implemented the RFC `Support Class Constant Visibility`. | Dmitry Stogov | 2015-12-08 | 15 | -0/+272 | |
| |/ | ||||||
