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
This commit is contained in:
Maciek Sokolewicz 2012-09-27 15:27:25 +00:00
parent 1d410ffe5d
commit 6582ab4d00

View file

@ -261,8 +261,9 @@
<listitem>
<para>
How many <link linkend="language.variables.external">input
variables</link> may be accepted. Use of this directive mitigates
the possibility of denial of service attacks which use hash collisions.
variables</link> 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 <constant>E_WARNING</constant> is issued, and further input
variables are truncated from the request. This limit applies only