From 19dbcdef66eda7f7e7b52459042f10725808d0bf Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Mon, 21 Apr 2003 21:25:34 +0000 Subject: [PATCH] making it a little more clear, to address bug #23166 again (well, part of it) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124208 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 0256075e0a..1a4ec512dd 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -297,9 +297,9 @@ if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploaddir . $_FILES['us affects the execution time of the script itself. Any time spent on activity that happens outside the execution of the script such as system calls using system, the - sleep function, database queries, etc. is - not included when determining the maximum time that the script - has been running. + sleep function, database queries, time taken by + the file upload process, etc. is not included when determining the maximum + time that the script has been running.