1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Removed reference to file_uploads config being an integer, must be specified as a boolean

---
With thanks to Christian Stoller <stoller@leonex.de>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331338 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Chris Wright
2013-09-10 08:05:12 +00:00
parent 550222c73c
commit ed72d08b22

View File

@@ -1732,7 +1732,6 @@ include_path = ".:${USER}/pear/php"
<term>
<parameter>file_uploads</parameter>
<type>boolean</type>
or <type>integer</type>
</term>
<listitem>
<para>
@@ -1742,9 +1741,6 @@ include_path = ".:${USER}/pear/php"
<link linkend="ini.upload-tmp-dir">upload_tmp_dir</link>, and
<link linkend="ini.post-max-size">post_max_size</link> directives.
</para>
&ini.shorthandbytes;
</listitem>
</varlistentry>