php-src/sapi/tests
Christoph M. Becker 48c71cd94b Fix #69487: SAPI may truncate POST data
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.
2015-08-11 01:32:13 +02:00
..
bug69487.phpt Fix #69487: SAPI may truncate POST data 2015-08-11 01:32:13 +02:00
test001.phpt
test002.phpt
test003.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
test004.phpt - Rewrite scanner to be based on re2c instead of flex 2008-03-16 21:06:55 +00:00
test005.phpt
test006.phpt Revert previous unintentional change to this 2015-01-27 22:19:11 +08:00
test007.phpt