diff --git a/appendices/ini.core.xml b/appendices/ini.core.xml index 5497f9938508..7f944d3f4ef0 100644 --- a/appendices/ini.core.xml +++ b/appendices/ini.core.xml @@ -800,11 +800,12 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk Disabling this option causes $_POST and - $_FILES not to be populated. - The only way to read postdata will then be through the - php://input stream wrapper. - This can be useful to proxy requests or to process - the POST data in a memory efficient fashion. + $_FILES not to be populated. The + request body remains unconsumed in + php://input and can be read manually + or parsed via request_parse_body. + This can be useful to proxy requests or to process the POST data in a + memory efficient fashion.