[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] [doc-en] master: Clarify APCu cache sharing on Windows
From:       "Christoph M. Becker" <noreply () php ! net>
Date:       2022-11-17 15:42:48
Message-ID: SWFJ2jv3B3IYrOIdfYNlDPehYdn701wJwPROb2eEjE () main ! php ! net
[Download RAW message or body]

Author: Christoph M. Becker (cmb69)
Date: 2022-11-17T16:49:15+01:00

Commit: https://github.com/php/doc-en/commit/cf3cad79fecf14a50718f490574ada9d3725a4f2
Raw diff: https://github.com/php/doc-en/commit/cf3cad79fecf14a50718f490574ada9d3725a4f2.diff

Clarify APCu cache sharing on Windows

Cf. <https://github.com/krakjoe/apcu/issues/445#issuecomment-1229417940>.

Changed paths:
  M  reference/apcu/book.xml


Diff:

diff --git a/reference/apcu/book.xml b/reference/apcu/book.xml
index 0c6ca2da0b0..5255c93e78a 100644
--- a/reference/apcu/book.xml
+++ b/reference/apcu/book.xml
@@ -13,6 +13,10 @@
    Keys are of type &string; and values can be any PHP variables.
    APCu only supports userland caching of variables.
   </para>
+  <para>
+   The APCu cache is per-process on Windows, so when using a process-based
+   (rather than thread-based) SAPI, it will not be shared between different processes.
+  </para>
   <para>
    APCu is APC stripped of opcode caching.
   </para>

-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic