Anonymous | Login | Signup for a new account | 01-05-2025 10:14 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.2.0 | Product Version | 3.1.7 | ||||
Product Build | |||||||||
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. |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |