From 4c8ca71fb3485474cc4d9a95608c8da6f6f5f366 Mon Sep 17 00:00:00 2001 From: Karoly Negyesi Date: Sun, 26 Jun 2011 10:47:25 +0000 Subject: [PATCH] Explained apc.canonicalize and stream wrappers. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312490 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/ini.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index c54ab67a51..5106fae260 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -816,7 +816,9 @@ Array - If on, then relative paths are canonicalized in no-stat mode. + If on, then relative paths are canonicalized in no-stat mode. If set, + then files included via stream wrappers can not be cached as + realpath() does not support stream wrappers.