php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58920 apc_fetch stops collecting data after one hour but upload procedes
Submitted: 2009-10-26 08:39 UTC Modified: 2016-11-18 20:54 UTC
From: stefan dot rutenkolk at freenet dot de Assigned:
Status: Wont fix Package: APC (PECL)
PHP Version: 5.2.11 OS: Linux version 2.6.25.20-0.5-defa
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stefan dot rutenkolk at freenet dot de
New email:
PHP Version: OS:

 

 [2009-10-26 08:39 UTC] stefan dot rutenkolk at freenet dot de
Description:
------------
Description:
------------
When uploading a file using apc_fetch to collect the upload status it
stops providing data after one hour (see http://pecl.php.net/bugs/bug.php?id=14198).



i still have these problem. When the upload files needs more then
exactly 3600 seconds the return value of the apc_fetch is
null but the upload works on.

The apc.rfc1867_ttl Option (=7200) has no effect?

This is my configuration:

APC Support	enabled
Version 	3.1.3p1
MMAP Support 	Enabled
MMAP File Mask 	no value
Locking type 	pthread mutex Locks
Revision 	$Revision: 286798 $
Build Date 	Oct 26 2009 10:45:22

Directive	Local Value	Master Value
apc.cache_by_default	On	On
apc.canonicalize	On	On
apc.coredump_unmap	Off	Off
apc.enable_cli	Off	Off
apc.enabled	On	On
apc.file_md5	Off	Off
apc.file_update_protection	2	2
apc.filters	no value	no value
apc.gc_ttl	7200	7200
apc.include_once_override	Off	Off
apc.lazy_classes	Off	Off
apc.lazy_functions	Off	Off
apc.max_file_size	1000M	1000M
apc.mmap_file_mask	no value	no value
apc.num_files_hint	1000	1000
apc.preload_path	no value	no value
apc.report_autofilter	Off	Off
apc.rfc1867	On	On
apc.rfc1867_freq	0	0
apc.rfc1867_name	APC_UPLOAD_PROGRESS	APC_UPLOAD_PROGRESS
apc.rfc1867_prefix	upload_	upload_
apc.rfc1867_ttl	7200	7200
apc.shm_segments	1	1
apc.shm_size	30	30
apc.stat	On	On
apc.stat_ctime	Off	Off
apc.ttl	7200	7200
apc.use_request_time	On	On
apc.user_entries_hint	4096	4096
apc.user_ttl	7200	7200
apc.write_lock	On	On


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-05 05:51 UTC] stefan dot rutenkolk at freenet dot de
any idea?
 [2016-11-18 20:54 UTC] kalle@php.net
-Status: Open +Status: Wont fix
 [2016-11-18 20:54 UTC] kalle@php.net
APC is no longer supported in favor of opcache that comes bundled with PHP, if you wish to use the user cache, then look at PECL/APCu.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 06:01:30 2024 UTC