| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 | |
| * | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 | |
| * | | Replace zend_hash_apply... with ZEND_HASH_FOREACH... | Dmitry Stogov | 2018-12-19 | 1 | -8/+4 | |
| * | | Clean up server-tests.php remains | Christoph M. Becker | 2018-11-23 | 1 | -0/+20 | |
| * | | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -2/+2 | |
| * | | Trim trailing whitespace in tests | Gabriel Caruso | 2018-10-14 | 9 | -19/+19 | |
| * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 1 | -1/+0 | |
| * | | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 2 | -5/+5 | |
| * | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-10-08 | 2 | -2/+50 | |
| |\ \ | |/ | ||||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2018-10-08 | 2 | -2/+50 | |
| | |\ | ||||||
| | | * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-10-08 | 2 | -2/+50 | |
| | | |\ | ||||||
| | | | * | Fix #76954: apache_response_headers removes last character from header name | stodorovic | 2018-10-08 | 2 | -2/+50 | |
| * | | | | Merge branch 'PHP-7.3' | Anatol Belski | 2018-10-03 | 1 | -3/+3 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-10-03 | 1 | -3/+3 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-10-03 | 1 | -2/+2 | |
| | | |\ \ | | | |/ | ||||||
| | | | * | Avoid code duplication and don't miss env restore | Anatol Belski | 2018-10-03 | 1 | -2/+2 | |
| * | | | | Merge branch 'PHP-7.3' | Anatol Belski | 2018-10-03 | 1 | -3/+18 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-10-03 | 1 | -3/+18 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-10-03 | 1 | -1/+16 | |
| | | |\ \ | | | |/ | ||||||
| | | | * | Fixed bug #76948 Failed shutdown/reboot or end session in Windows | Anatol Belski | 2018-10-03 | 1 | -1/+16 | |
| * | | | | Fix localized error messages and memory leaks | Anatol Belski | 2018-09-17 | 1 | -0/+6 | |
| * | | | | Make more tests run on Linux | Gabriel Caruso | 2018-08-28 | 1 | -5/+1 | |
| * | | | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 3 | -6/+1 | |
| * | | | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ... | Remi Collet | 2018-07-05 | 1 | -50/+1 | |
| * | | | Fixed bug #75982 ($_SERVER mostly empty with default variables_order GPCS on ... | Dmitry Stogov | 2018-03-23 | 1 | -8/+10 | |
| * | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 4 | -4/+4 | |
| * | | | Reduce var scope | Anatol Belski | 2018-02-16 | 1 | -15/+20 | |
| * | | | Remove always true condition | Anatol Belski | 2018-02-16 | 1 | -4/+2 | |
| * | | | Simplify declaration | Anatol Belski | 2018-02-16 | 1 | -2/+1 | |
| * | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -1/+1 | |
| * | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 | |
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-13 | 1 | -1/+9 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-13 | 1 | -1/+9 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix invalid free | Anatol Belski | 2018-01-13 | 1 | -1/+9 | |
| | | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -3/+3 | |
| | * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -3/+3 | |
| * | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -5/+5 | |
| * | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -3/+3 | |
| * | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 | |
| * | | | Use array specific functions | Dmitry Stogov | 2017-12-07 | 1 | -2/+2 | |
| * | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-11-28 | 2 | -0/+77 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-11-28 | 2 | -0/+77 | |
| | |\ \ | | |/ | ||||||
| | | * | Follow up on bug #75574 for FCGI side | Anatol Belski | 2017-11-28 | 2 | -0/+77 | |
| * | | | Allow creating $_SERVER from $_ENV, but not $_ENV from $_SERVER. | Dmitry Stogov | 2017-11-13 | 1 | -14/+10 | |
| * | | | Remove CHANGES from sapi/cgi | Peter Kokot | 2017-10-19 | 1 | -33/+0 | |
| |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-09-27 | 1 | -3/+3 | |
| |\ \ | |/ | ||||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-09-27 | 1 | -3/+3 | |
| | |\ | ||||||
| | | * | Fix CGI m4 config message when CGI is disabled | Peter Kokot | 2017-09-27 | 1 | -3/+3 | |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -3/+3 | |
