mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added change log for ini directive post_max_size
http://php.net/ChangeLog-5.php git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336606 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
761cdaefbf
commit
e6bb64e5e0
1 changed files with 28 additions and 1 deletions
|
@ -1033,7 +1033,34 @@
|
|||
</para>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<table>
|
||||
<title>Changelog for <literal>post_max_size</literal></title>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.3.4</entry>
|
||||
<entry>
|
||||
<parameter>post_max_size</parameter> = 0 will not disable the limit when the content
|
||||
type is application/x-www-form-urlencoded or is not registered with PHP.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>5.3.2 , 5.2.12</entry>
|
||||
<entry>
|
||||
Allow unlimited post size by setting <parameter>post_max_size</parameter> to 0.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue