mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
What happens if post_max_size is exceeded (bug #31775)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183255 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
06e0f7aa1a
commit
5cfdb84923
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
|
||||
<appendix id="ini">
|
||||
<title>&php.ini; directives</title>
|
||||
|
@ -2713,6 +2713,13 @@
|
|||
|
||||
&ini.shorthandbytes;
|
||||
|
||||
<simpara>
|
||||
If the size of post data is greater than post_max_size, $_POST and
|
||||
$_FILES arrays are empty. You can track this condition various ways,
|
||||
e.g. by passing $_GET variable to the script processing the data,
|
||||
i.e. <literal><form action="edit.php?processed=1"></literal>
|
||||
and cheching this variable.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue