From 6582ab4d008c060a2e9269b3a6409c315f245dd8 Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Thu, 27 Sep 2012 15:27:25 +0000 Subject: [PATCH] Although this behavior change(s|d), it is still worth noting it in the docs. -- Provided by Dejan Marjanovic (dejan.marjanovic@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327827 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/ini.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/info/ini.xml b/reference/info/ini.xml index 96391fe207..7df6824198 100644 --- a/reference/info/ini.xml +++ b/reference/info/ini.xml @@ -261,8 +261,9 @@ How many input - variables may be accepted. Use of this directive mitigates - the possibility of denial of service attacks which use hash collisions. + variables may be accepted (limit is applied to + $_GET, $_POST and $_COOKIE superglobal separately). Use of this directive + mitigates the possibility of denial of service attacks which use hash collisions. If there are more input variables than specified by this directive, an E_WARNING is issued, and further input variables are truncated from the request. This limit applies only