| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 99 | -108/+108 |
* | Added support for HTTP 451 | Julien Pauli | 2015-12-23 | 3 | -0/+3 |
* | Bumped SAPI version to 6.9 | George Wang | 2015-12-09 | 1 | -1/+1 |
* | Added "mod_auth_basic" to apache module list. | George Wang | 2015-12-09 | 1 | -1/+1 |
* | Add sanitizing checks for request data. | George Wang | 2015-12-09 | 1 | -2/+54 |
* | Clear secret after use. | George Wang | 2015-12-09 | 1 | -5/+8 |
* | Fixed __DIR__ in CLI mode. | George Wang | 2015-12-09 | 1 | -0/+2 |
* | Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i... | Lior Kaplan | 2015-11-23 | 3 | -5/+5 |
* | Ensure the test fails | Xinchen Hui | 2015-11-11 | 1 | -0/+4 |
* | unbreak coverage data: fix #line directives in phpdbg parser | Nuno Lopes | 2015-10-24 | 1 | -25/+25 |
* | Fix globals initialization in sapi/cgi | Anatol Belski | 2015-10-23 | 1 | -5/+6 |
* | Add test XFAIL for bug #70470 | Xinchen Hui | 2015-09-11 | 1 | -0/+41 |
* | Fix #68291: 404 on urls with '+' | Christoph M. Becker | 2015-09-05 | 2 | -2/+23 |
* | Fix phpdbg_break_next() | Bob Weinand | 2015-08-23 | 1 | -0/+1 |
* | Fix #70264: CLI server directory traversal | Christoph M. Becker | 2015-08-14 | 2 | -0/+33 |
* | Fix #69487: SAPI may truncate POST data | Christoph M. Becker | 2015-08-11 | 1 | -0/+20 |
* | Fix #66606: Sets HTTP_CONTENT_TYPE but not CONTENT_TYPE | wusuopu | 2015-08-09 | 1 | -0/+3 |
* | added tests for bug #66606 | Christoph M. Becker | 2015-08-09 | 2 | -0/+63 |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-08-04 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -2/+2 |
| |\ |
|
| | * | fix test | Stanislav Malyshev | 2015-08-04 | 1 | -2/+2 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-08-04 | 1 | -4/+7 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-08-04 | 1 | -4/+7 |
| |\ \
| | |/ |
|
| | * | fix test | Stanislav Malyshev | 2015-08-04 | 1 | -4/+7 |
| | * | bump API version to 6.8 | George Wang | 2015-06-22 | 1 | -1/+1 |
| | * | Fixed Buf #68812 Unchecked return value. | George Wang | 2015-06-08 | 1 | -4/+14 |
| * | | bump API version to 6.8 | George Wang | 2015-06-22 | 1 | -1/+1 |
| * | | Fixed Buf #68812 Unchecked return value. | George Wang | 2015-06-08 | 1 | -4/+14 |
* | | | Fixed #69655: php -S changes MKCALENDAR request method to MKCOL | Christoph M. Becker | 2015-06-27 | 2 | -2/+39 |
* | | | added skip condition for powershell requirement of test | Christoph M. Becker | 2015-06-27 | 1 | -1/+3 |
* | | | Fix #64878: 304 responses return Content-Type header | Christoph M. Becker | 2015-06-27 | 2 | -0/+22 |
* | | | bump API version to 6.8 | George Wang | 2015-06-22 | 1 | -1/+1 |
* | | | Fixed Buf #68812 Unchecked return value. | George Wang | 2015-06-08 | 1 | -4/+14 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-05-26 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fixed C89 | Xinchen Hui | 2015-05-26 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-14 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4) | Stanislav Malyshev | 2015-04-11 | 1 | -0/+1 |
| | * | Fixed a bug that header value is not terminated by '\0' when accessed through... | George Wang | 2015-02-25 | 1 | -6/+25 |
| | * | Fixed #68790 (Missing return) | George Wang | 2015-02-07 | 1 | -1/+1 |
| * | | Fixed bug #67741 (auto_prepend_file messes up __LINE__) | Reeze Xia | 2015-03-03 | 2 | -0/+20 |
| * | | Fixed a bug that header value is not terminated by '\0' when accessed through... | George Wang | 2015-02-25 | 1 | -6/+25 |
| * | | Merge branch 'pull-request/995' into PHP-5.5 | Antony Dovgal | 2015-02-16 | 1 | -2/+0 |
| |\ \ |
|
| * | | | Shut up, my lovely compiler; I do not like your warnings | Bob Weinand | 2015-02-09 | 2 | -3/+3 |
| * | | | Fixed #68790 (Missing return) | George Wang | 2015-02-07 | 1 | -1/+1 |
* | | | | Fixed bug #67741 (auto_prepend_file messes up __LINE__) | Reeze Xia | 2015-03-03 | 2 | -0/+20 |
* | | | | Fixed a bug that header value is not terminated by '\0' when accessed through... | George Wang | 2015-02-25 | 1 | -6/+25 |
* | | | | Merge branch 'pull-request/995' into PHP-5.6 | Antony Dovgal | 2015-02-16 | 1 | -2/+0 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | fix bug #68822 (request time is reset too early) | redfoxli | 2015-02-16 | 1 | -2/+0 |
* | | | | Fixed #68790 (Missing return) | George Wang | 2015-02-07 | 1 | -1/+1 |