mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
b7ed338094
commit
12fbd8121c
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue