|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-18 22:29 UTC] xuefer at 21cn dot com
[2004-10-26 16:49 UTC] gschlossnagle@php.net
[2004-10-26 21:22 UTC] xuefer at 21cn dot com
[2004-10-26 21:29 UTC] xuefer at 21cn dot com
[2004-10-27 14:30 UTC] Rasmus@php.net
[2004-10-27 21:48 UTC] xuefer at 21cn dot com
[2004-10-28 13:42 UTC] Rasmus@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 13:00:01 2025 UTC |
Description: ------------ echo "<pre>": var_dump(apc_sma_info()); $k = "a...................................................."; apc_store($k, 1); for ($i = 0; $i < 10000; $i ++) { apc_fetch($k); } var_dump(apc_sma_info()); reload the page 2+ times to see the result i guess it's the key memory leak