Closed (fixed)
Project:
Alternative PHP Cache
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2011 at 08:53 UTC
Updated:
12 Apr 2012 at 08:50 UTC
After enabling debug mode, this message appears in watchdog.
Its probably because apc is not yet running for me, but anyway, in apc_shutdown(), one should probably check that $apc_statistics is set before trying to print it out in the following code - to avoid the above warning.
foreach ($apc_statistics as $row) {
$row[2] = implode(',
', $row[2]);
$rows[] = $row;
}
Comments
Comment #1
R.Muilwijk commentedCommitted to dev.