|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-06-17 10:08 UTC] xuefer at 21cn dot com
[2004-06-18 13:37 UTC] xuefer at 21cn dot com
[2004-06-19 07:51 UTC] xuefer at 21cn dot com
[2004-06-19 07:52 UTC] xuefer at 21cn dot com
[2004-06-26 23:48 UTC] gschlossnagle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 12:00:01 2025 UTC |
Description: ------------ APC cvs HEAD apc_cache_info(); most of the files has ref_count==0 some in range(0, 10) some >1000 and even, of of it is ref_count==hits by the time this bug is report, ref_count>6000 this make it impossible to do apc_clear_cache() for those files should be a bug? or just incomplete function? as i read the code, apc_deactivate() is never used apc_main.c /* {{{ request init and shutdown */ <snip> int apc_request_shutdown() { return 0; } /* }}} */ /* {{{ apc_deactivate */ void apc_deactivate() { <snip>