From 5d6a74a7833ad30a3cab597a5eca3d53f2d8ea8b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 18 Dec 2011 17:16:51 +0000 Subject: [PATCH] Document enable_post_data_reading git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321136 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/appendices/ini.xml b/appendices/ini.xml index 28cda629ef..64c5b8699b 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -2394,6 +2394,12 @@ PHP_INI_ALL + + enable_post_data_reading + On + PHP_INI_SYSTEM|PHP_INI_PERDIR + Available since PHP 5.4.0. + post_max_size "8M" @@ -4557,6 +4563,23 @@ auto_prepend_file=security.php + + + enable_post_data_reading + boolean + + + + 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. + + + + post_max_size