mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo fix (note to self: make test first)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88515 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ad6c85a000
commit
6adede7961
1 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.45 $ -->
|
||||
<!-- $Revision: 1.46 $ -->
|
||||
<chapter id="features.file-upload">
|
||||
<title>Handling file uploads</title>
|
||||
|
||||
|
@ -246,7 +246,7 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file
|
|||
<listitem>
|
||||
<para>
|
||||
Value: 1; The uploaded file exceeds the
|
||||
<link ini="ini.upload-max-filesize">upload_max_filesize</link>
|
||||
<link linkend="ini.upload-max-filesize">upload_max_filesize</link>
|
||||
directive in &php.ini;.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -278,11 +278,11 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
<note>
|
||||
<para>
|
||||
These became PHP constants in PHP 4.3.0
|
||||
</note>
|
||||
</para>
|
||||
</para>
|
||||
</note>
|
||||
</sect1>
|
||||
|
||||
<sect1 id="features.file-upload.common-pitfalls">
|
||||
|
|
Loading…
Reference in a new issue