From 12fbd8121c63e158dec1b3154b39e954cf8f272b Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 30 Aug 2011 11:29:49 +0000 Subject: [PATCH] point to the session handler rather then apc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315771 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index e1b234b2e8..96c2470a29 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -246,8 +246,8 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) { - File upload progress bar can be implemented by apc.rfc1867. + File upload progress bar can be implemented using Session Upload Progress.