PHP 5.3.6 を実行している Linux ボックスに APC 3.1.9 をセットアップしました。
キャッシュは正常に機能しますが、エラー ログで、APC が次のような多くの PHP 通知をスローしていることに気付きました。
[Wed Jun 29 01:08:56 2011] [error] [client ip] PHP Notice: require_once() [function.require-once]: apc_cache_find [16085954]\n /path/to/file の 75 行目、リファラー: /path/to/referer/file
[Wed Jun 29 01:08:56 2011] [error] [client ip] PHP Notice: require_once() [function.require-once]: 1. h->opened_path=[/path/to/file] h-> filename=[/path/to/file]\n /path/to/file の 84 行目、リファラー: /path/to/referer/file
[Wed Jun 29 01:08:56 2011] [error] [client ip] PHP Notice: Unknown: apc_cache_find [16215361]\n in Unknown on line 0, referer: /path/to/referer/file
--> /path/to/file & /path/to/referer/file は、元のファイル名を置き換えて挿入されました
APC がこれらすべてのメッセージをスローする理由は何ですか?