removed out-dated info that file uploads are restricted by memory_limit (fixes

#65389)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337294 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-08-05 14:56:11 +00:00
parent dc2135dccf
commit 0c648b7f78

View file

@ -998,9 +998,7 @@
than <link linkend="ini.upload-max-filesize">upload_max_filesize</link>.
</simpara>
<simpara>
If memory limit is enabled by your configure script, <link
linkend="ini.memory-limit">memory_limit</link> also affects
file uploading. Generally speaking,
Generally speaking,
<link linkend="ini.memory-limit">memory_limit</link> should be
larger than <parameter>post_max_size</parameter>.
</simpara>