php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59085 APC not stating files correctly
Submitted: 2010-02-24 05:42 UTC Modified: 2010-03-29 10:08 UTC
From: s dot p dot foster at leeds dot ac dot uk Assigned:
Status: Not a bug Package: APC (PECL)
PHP Version: 5.2.6 OS: Solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: s dot p dot foster at leeds dot ac dot uk
New email:
PHP Version: OS:

 

 [2010-02-24 05:42 UTC] s dot p dot foster at leeds dot ac dot uk
Description:
------------
We have a number of files on our webserver where the mtime is being reported as 01/01/1970 01:00:00. If the files are modified the mtime is not reported as being updated within APC.

php.ini settings:

pc.enabled=1
apc.shm_segments=1
apc.optimization=0
apc.shm_size=128
apc.ttl=120
apc.user_ttl=120
apc.gc_ttl=120
apc.stat=1
apc.stat_ctime=0
apc.num_files_hint=1024
apc.user_entries_hint=100
apc.mmap_file_mask=/dev/zero
apc.include_once_override=1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-29 10:08 UTC] s dot p dot foster at leeds dot ac dot uk
Suspect filesystem issue... see

http://sunsolve.sun.com/search/document.do?assetkey=1-1-6465105-1

[note: you need a sunsolve account]
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC