From 3624c6929cde2658a73ee7650224df3100fa9588 Mon Sep 17 00:00:00 2001 From: Ruslan Yakushev Date: Thu, 15 Apr 2010 06:02:07 +0000 Subject: [PATCH] Minor edits in the wincache documentation. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298017 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/wincache/functions/wincache_lock.xml | 3 ++- reference/wincache/functions/wincache_unlock.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/wincache/functions/wincache_lock.xml b/reference/wincache/functions/wincache_lock.xml index 290b684087..dba2d4ff27 100644 --- a/reference/wincache/functions/wincache_lock.xml +++ b/reference/wincache/functions/wincache_lock.xml @@ -21,7 +21,7 @@ Using of the wincache_lock and wincache_unlock can cause deadlocks when - executing PHP scripts in a multi-process environments like FastCGI. Do not use these functions unless you are + executing PHP scripts in a multi-process environment like FastCGI. Do not use these functions unless you are absolutely sure you need to use them. For the majority of the operations on the user cache it is not necessary to use these functions. @@ -84,6 +84,7 @@ fclose($fp); wincache_ucache_exists wincache_ucache_meminfo wincache_ucache_info + wincache_scache_info diff --git a/reference/wincache/functions/wincache_unlock.xml b/reference/wincache/functions/wincache_unlock.xml index 4d9b1fb4d5..56d319e59c 100644 --- a/reference/wincache/functions/wincache_unlock.xml +++ b/reference/wincache/functions/wincache_unlock.xml @@ -21,7 +21,7 @@ Using of the wincache_lock and wincache_unlock can cause deadlocks when - executing PHP scripts in a multi-process environments like FastCGI. Do not use these functions unless you are + executing PHP scripts in a multi-process environment like FastCGI. Do not use these functions unless you are absolutely sure you need to use them. For the majority of the operations on the user cache it is not necessary to use these functions. @@ -84,6 +84,7 @@ fclose($fp); wincache_ucache_exists wincache_ucache_meminfo wincache_ucache_info + wincache_scache_info