mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
a typo fixed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87104 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f3cc504884
commit
ef85efc891
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.40 $ -->
|
||||
<!-- $Revision: 1.41 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -119,7 +119,7 @@ Send this file: <input name="userfile" type="file">
|
|||
<note>
|
||||
<para>
|
||||
In PHP versions prior 4.1.0 this was named
|
||||
<varname>$HTTP_POST_VARS</varname> and was not an autoglobal variable.
|
||||
<varname>$HTTP_POST_FILES</varname> and was not an autoglobal variable.
|
||||
PHP 3 does not support <varname>$HTTP_POST_FILES</varname>.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue