Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-11 | 1 | -0/+20 |
|\ | | | | | | | | | * PHP-5.6: Fix #69487: SAPI may truncate POST data | ||||
| * | Fix #69487: SAPI may truncate POST data | Christoph M. Becker | 2015-08-11 | 1 | -0/+20 |
| | | | | | | | | | | | | | | If SG(request_info).request_body can't be completely written (e.g. due to a full drive), only parts of the POST data will be available. This patch changes this, so that SG(request_info).request_body will be reset in this case, and a warning will be thrown. | ||||
| * | Revert previous unintentional change to this | Xinchen Hui | 2015-01-27 | 1 | -0/+1 |
| | | |||||
| * | Also Fixed #68571 in CGI SAPI, and some cleanup | Xinchen Hui | 2015-01-27 | 1 | -1/+0 |
| | | |||||
* | | Fixed sapi/tests (maybe needs some run-test.php people's reviewing) | Xinchen Hui | 2015-05-27 | 2 | -3/+3 |
|/ | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 2 | -6/+6 |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
* | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 7 | -9/+0 |
| | |||||
* | many new enhancements to run-tests that allow for testing cgi and other | Shane Caraveo | 2003-03-25 | 7 | -0/+240 |
sapi modules via http. see README.TESTING2 for more details several sapi tests added |