Fixed some typos.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316346 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Shein Alexey 2011-09-07 12:49:32 +00:00
parent 993057ee86
commit 6efb39be82

View file

@ -804,7 +804,7 @@
</simpara>
<simpara>
If <literal>$_POST[ini_get("session.upload_progress.name")]</literal>
is not passed available, upload progressing will not be recorded.
is not passed or available, upload progressing will not be recorded.
</simpara>
<simpara>
Defaults to "PHP_SESSION_UPLOAD_PROGRESS".
@ -820,7 +820,7 @@
<listitem>
<simpara>
Defines how often the upload progress information should be updated.
This can be defined in bytes (i.e. "update progress information after every 100 bytes"), or in percentages (i.e. "update progress information after recieving every 1% of the whole filesize).
This can be defined in bytes (i.e. "update progress information after every 100 bytes"), or in percentages (i.e. "update progress information after receiving every 1% of the whole filesize).
</simpara>
<simpara>
Defaults to "1%".