mirror of
https://github.com/php/php-src.git
synced 2026-03-26 09:12:14 +01:00
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.