mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
89a8eb7053
commit
eb6c01ef2a
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue