mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor edits in the wincache documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298017 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f105e870fd
commit
3624c6929c
2 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
<warning>
|
||||
<simpara>
|
||||
Using of the <function>wincache_lock</function> and <function>wincache_unlock</function> 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.
|
||||
</simpara>
|
||||
|
@ -84,6 +84,7 @@ fclose($fp);
|
|||
<member><function>wincache_ucache_exists</function></member>
|
||||
<member><function>wincache_ucache_meminfo</function></member>
|
||||
<member><function>wincache_ucache_info</function></member>
|
||||
<member><function>wincache_scache_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<warning>
|
||||
<simpara>
|
||||
Using of the <function>wincache_lock</function> and <function>wincache_unlock</function> 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.
|
||||
</simpara>
|
||||
|
@ -84,6 +84,7 @@ fclose($fp);
|
|||
<member><function>wincache_ucache_exists</function></member>
|
||||
<member><function>wincache_ucache_meminfo</function></member>
|
||||
<member><function>wincache_ucache_info</function></member>
|
||||
<member><function>wincache_scache_info</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue