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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
36 - 32 = ?
Subscribe to this entry?

 
 [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 Mar 28 20:01:28 2024 UTC