php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #58002 did that depend on OS ?
Submitted: 2008-01-11 06:43 UTC Modified: 2009-02-16 20:21 UTC
From: gsmdenis at hotmail dot com Assigned:
Status: No Feedback Package: APC (PECL)
PHP Version: 5_2 CVS-2008-01-11 OS: Centos 5.0
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: gsmdenis at hotmail dot com
New email:
PHP Version: OS:

 

 [2008-01-11 06:43 UTC] gsmdenis at hotmail dot com
Description:
------------
I have use the laster ver which is 3.0.16, my os is Apache/2.2.6 and php ver. is 5.2.5, 



Reproduce code:
---------------
setp:

./configure --enable-apc --enable-apc-mmap --with-apxs2 --with-php-config=/usr/local/bin/php-config
make 

make install 

php.ini

[APC]
extension_dir="/usr/local/lib/php/extensions/no-debug-non-zts-20060613/"
extension=apc.so


Expected result:
----------------
i use defaul setting , but after apache restart , the first time Hits: 1 (100%), but after few min, Misses become like : 21 (95.5%)and Hits: 1 (4.5%)


Actual result:
--------------
did that depend on OS ?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-01-29 20:34 UTC] shire@php.net
By using apc.php (under the System Cache Entries tab), can you determine which files are not being cached in your system (they'll be missing from the list)?  If you have files that are very large or are updated very frequently they may not get cached.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC