Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | Fix tests bareword fallback with error suppression | Guilliam Xavier | 2019-02-11 | 1 | -56/+56 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-01-18 | 1 | -0/+34 |
|\ \ | |/ | |||||
| * | Fix seeking in php://input | Lauri Kenttä | 2019-01-18 | 1 | -0/+34 |
* | | This test needs to log to stdout | Rasmus Lerdorf | 2018-10-31 | 1 | -0/+4 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Peter Kokot | 2018-10-18 | 1 | -1/+5 |
|\ \ | |/ | |||||
| * | Fix tests/output/bug74815.phpt generating errors.log | Peter Kokot | 2018-10-18 | 1 | -1/+5 |
| * | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 178 | -201/+2 |
| * | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 376 | -906/+906 |
| * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 4 | -4/+0 |
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Peter Kokot | 2018-10-13 | 2 | -69/+69 |
| |\ | |||||
| | * | Fix failing tests/lang due to whitespace | Peter Kokot | 2018-10-13 | 2 | -69/+69 |
| | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 8 | -28/+28 |
| | * | Convert CRLF line endings to LF | Peter Kokot | 2018-10-13 | 75 | -6553/+6553 |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 8 | -28/+28 |
* | | | Sync leading and final newlines in *.phpt sections | Peter Kokot | 2018-10-15 | 178 | -201/+3 |
* | | | Trim trailing whitespace in *.phpt | Peter Kokot | 2018-10-14 | 375 | -902/+902 |
* | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 4 | -4/+0 |
* | | | Fixed bug #72635 | Nikita Popov | 2018-09-29 | 1 | -1/+4 |
* | | | Make more tests run on 64bit plataforms | Gabriel Caruso | 2018-07-30 | 3 | -12/+0 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -1/+1 |
* | | | Fixed bug #76509 | Nikita Popov | 2018-06-25 | 1 | -5/+5 |
* | | | Improve HashTable iterators handling: | Dmitry Stogov | 2018-03-22 | 2 | -26/+44 |
* | | | Remove duplicated tests | Gabriel Caruso | 2018-02-22 | 1 | -37/+0 |
* | | | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 6 | -46/+46 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 118 | -118/+118 |
* | | | Remove empty sections in tests | Gabriel Caruso | 2018-02-14 | 1 | -2/+1 |
* | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 10 | -97/+97 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 6 | -27/+27 |
* | | | Remove some references to E_STRICT in tests | Nikita Popov | 2018-02-03 | 6 | -10/+0 |
* | | | Remove superfluous SKIPIF sections in tests | Gabriel Caruso | 2018-02-03 | 6 | -16/+1 |
* | | | Fix #75765 Exception on extend of undefined class | timurib | 2018-01-12 | 2 | -1/+26 |
* | | | Fixed incorrect recursion detection | Dmitry Stogov | 2017-10-06 | 1 | -0/+10 |
|/ / | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-09-21 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-09-21 | 1 | -0/+18 |
| |\ | |||||
| | * | Fix bug #75236 | Andrea Faulds | 2017-09-21 | 1 | -0/+18 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-08-19 | 3 | -0/+40 |
| |\ \ | | |/ | |||||
| | * | Fix issues with phpt and EXTENSION on windows (BUG 75042) | John Boehr | 2017-08-19 | 3 | -0/+40 |
* | | | Fix skipifs | Anatol Belski | 2017-08-18 | 2 | -10/+4 |
* | | | Fix issues with phpt and EXTENSION on windows (BUG 75042) | John Boehr | 2017-08-18 | 3 | -0/+46 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Andrea Faulds | 2017-08-12 | 1 | -0/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrea Faulds | 2017-08-12 | 1 | -0/+16 |
| |\ \ | | |/ | |||||
| | * | Fix bug #74725 (html_errors=1 breaks unhandled exceptions) | Andrea Faulds | 2017-08-12 | 1 | -0/+16 |
* | | | Req #74963 (Improved error message on fetching property of non-object) | Xinchen Hui | 2017-07-31 | 1 | -9/+9 |
* | | | Merge branch 'PHP-7.1' into PHP-7.2 | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
| |\ \ | | |/ | |||||
| | * | Fix compile-time optimization of NAN comparisons | Sara Golemon | 2017-07-22 | 1 | -0/+29 |
* | | | Bug #74815 crash with a combination of INI entries at startup | Anatol Belski | 2017-06-27 | 1 | -0/+15 |
* | | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 4 | -4/+4 |