Anonymous | Login | Signup for a new account | 12-17-2024 08:52 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002696 | [Quercus] | minor | always | 05-26-08 11:34 | 05-28-08 14:36 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.1.7 | ||||||
Summary | 0002696: apc_cache_info() doesn't return contents of APC | ||||||||
Description |
<?php $foo = apc_cache_info('user', FALSE); print ' '; print_r($foo); print ''; In Quercus, this prints an array with an empty 'cache_list' member. In vanilla PHP, 'cache_list' is an array of metadata about each of the user APC entries. We use this for some statistical and diagnostic displays (examining which parts of our code makes the most use of APC, etc.) Obviously Quercus doesn't use APC to cache the PHP source code, so I don't expect that part of it to work, but we should be able to dump out the user cache contents. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |