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