I have installed APC 3.1.9 on my Linux box running PHP 5.3.6.
Caching works fine, but I noticed in our error logs that APC throws a lot of PHP notifications, for example:
[Wed Jun 29 01:08:56 2011] [error] [client ip] PHP Note: require_once () [function.require-once]: apc_cache_find [16085954] \ n in / path / to / file on line 75, referent : / Path / to / referrer / file
[Wed Jun 29 01:08:56 2011] [error] [client ip] PHP Note: require_once () [function.require-once]: 1. h-> open_path = [/ path / to / file] h-> filename = [/ path / to / file] \ n in / path / to / file on line 84, referent: / path / to / referrer / file
[Wed Jun 29 01:08:56 2011] [error] [client ip] PHP Note: Unknown: apc_cache_find [16215361] \ n in Unknown on line 0, referent: / path / to / referrer / file
-> / path / to / file and / path / to / referer / file were inserted by me, replacing the original file names
Any idea why APC is throwing all these messages?
mike
source share