From 6efb39be82535164145e4a837d38ada4a5462011 Mon Sep 17 00:00:00 2001 From: Shein Alexey Date: Wed, 7 Sep 2011 12:49:32 +0000 Subject: [PATCH] Fixed some typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316346 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/ini.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/session/ini.xml b/reference/session/ini.xml index b41677a3b7..edb0dcc58d 100644 --- a/reference/session/ini.xml +++ b/reference/session/ini.xml @@ -804,7 +804,7 @@ If $_POST[ini_get("session.upload_progress.name")] - is not passed available, upload progressing will not be recorded. + is not passed or available, upload progressing will not be recorded. Defaults to "PHP_SESSION_UPLOAD_PROGRESS". @@ -820,7 +820,7 @@ 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). Defaults to "1%".