From 9d3310dee9a02e61a2a29782c9be0b65143607ad Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Thu, 16 Apr 2009 19:02:06 +0000 Subject: [PATCH] synch with en git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278858 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/apc/functions/apc-cache-info.xml | 5 +++-- reference/apc/ini.xml | 10 +++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/reference/apc/functions/apc-cache-info.xml b/reference/apc/functions/apc-cache-info.xml index 230a0f0e5c..3f751cdb1d 100644 --- a/reference/apc/functions/apc-cache-info.xml +++ b/reference/apc/functions/apc-cache-info.xml @@ -1,5 +1,6 @@ + - + apc_cache_info @@ -61,7 +62,7 @@ If limited is &true;, the return value will exclude the individual list of cache entries. This - is usefull when trying to optimize calls for statistics gathering. + is useful when trying to optimize calls for statistics gathering. diff --git a/reference/apc/ini.xml b/reference/apc/ini.xml index 4aaa0b23e2..fd277ad7bb 100644 --- a/reference/apc/ini.xml +++ b/reference/apc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -409,7 +409,7 @@ If compiled with MMAP support by using --enable-mmap this is the mktemp-style file_mask to pass to the - mmap module for determing whether your mmap'ed memory + mmap module for determining whether your mmap'ed memory region is going to be file-backed or shared memory backed. For straight file-backed mmap, set it to something like /tmp/apc.XXXXXX @@ -418,7 +418,7 @@ somewhere in your mask. e.g. /apc.shm.XXXXXX You can also set it to /dev/zero to use your kernel's /dev/zero interface to anonymous mmap'ed - memory. Leaving it undefined will force an anonymous mmap. + memory. Leaving it undefined will force an anonymous mmap. @@ -731,8 +731,8 @@ Array - Vertification with ctime will avoid problems caused by programs such - as svn or rsync by making sure inodes havn't changed since the last + Verification with ctime will avoid problems caused by programs such + as svn or rsync by making sure inodes haven't changed since the last stat. APC will normally only check mtime.