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
This commit is contained in:
Hannes Magnusson 2011-08-30 11:29:49 +00:00
parent b7ed338094
commit 12fbd8121c

View file

@ -246,8 +246,8 @@ foreach ($_FILES["pictures"]["error"] as $key => $error) {
</programlisting>
</example>
<para>
File upload progress bar can be implemented by <link
linkend="ini.apc.rfc1867">apc.rfc1867</link>.
File upload progress bar can be implemented using <link
linkend="session.upload-progress">Session Upload Progress</link>.
</para>
</sect1>