summaryrefslogtreecommitdiff
path: root/sapi/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Christoph M. Becker2015-08-111-0/+20
|\ | | | | | | | | * PHP-5.6: Fix #69487: SAPI may truncate POST data
| * Fix #69487: SAPI may truncate POST dataChristoph M. Becker2015-08-111-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 thisXinchen Hui2015-01-271-0/+1
| |
| * Also Fixed #68571 in CGI SAPI, and some cleanupXinchen Hui2015-01-271-1/+0
| |
* | Fixed sapi/tests (maybe needs some run-test.php people's reviewing)Xinchen Hui2015-05-272-3/+3
|/
* - Rewrite scanner to be based on re2c instead of flexMarcus Boerger2008-03-162-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 blocksMarcus Boerger2004-05-197-9/+0
|
* many new enhancements to run-tests that allow for testing cgi and otherShane Caraveo2003-03-257-0/+240
sapi modules via http. see README.TESTING2 for more details several sapi tests added