Mantis Bugtracker
  

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

- Relationships

- Notes
(0003105)
ferg
05-28-08 14:36

php/4207
 

- Issue History
Date Modified Username Field Change
05-26-08 11:34 koreth New Issue
05-28-08 14:36 ferg Note Added: 0003105
05-28-08 14:36 ferg Assigned To  => ferg
05-28-08 14:36 ferg Status new => closed
05-28-08 14:36 ferg Resolution open => fixed
05-28-08 14:36 ferg Fixed in Version  => 3.2.0


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker