Fixed bug #51054 (UPLOAD_ERR_EXTENSION documentation unclear)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295140 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-02-16 07:27:55 +00:00
parent 89a8eb7053
commit eb6c01ef2a

View file

@ -326,7 +326,10 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) {
<term><constant>UPLOAD_ERR_EXTENSION</constant></term>
<listitem>
<para>
Value: 8; File upload stopped by extension. Introduced in PHP 5.2.0.
Value: 8; A PHP extension stopped the file upload. PHP does not
provide a way to ascertain which extension caused the file upload to
stop; examining the list of loaded extensions with phpinfo() may help.
Introduced in PHP 5.2.0.
</para>
</listitem>
</varlistentry>