com doc/fr: Apply commit 7c6c83d08e97007ca75f739873f8125c6c0640cf: reference/opcache/ini.xml

[email protected] (George Peter Banyard) Wed, 03 Mar 2021 14:11:02 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    0f069e2389e06a9015b86fc55cc8ad171b9e7c13
Author:    George Peter Banyard <[email protected]>         Wed, 3 Mar 2021 14:11:02 +0000
Parents:   9fcc562707c57795d543771e5ce27aae61ea5d76
Branches:  master

Link:       http://git.php.net/?p=doc/fr.git;a=commitdiff;h=0f069e2389e06a9015b86fc55cc8ad171b9e7c13

Log:
Apply commit 7c6c83d08e97007ca75f739873f8125c6c0640cf

Document opcache.cache_id for IIS app pools

Changed paths:
  M  reference/opcache/ini.xml


Diff:
diff --git a/reference/opcache/ini.xml b/reference/opcache/ini.xml
index cae3829a22..baa85a21e7 100644
--- a/reference/opcache/ini.xml
+++ b/reference/opcache/ini.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: a5a946a88e643b79d2c4c867d0213521be98df35 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 7c6c83d08e97007ca75f739873f8125c6c0640cf Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <sect1 xml:id="opcache.configuration" xmlns="http://docbook.org/ns/docbook">
  &reftitle.runtime;
@@ -946,6 +946,16 @@
       de cache partage une instance unique de OPcache.
       La valeur de l'ID de cache peut ĂȘtre choisi librement.
      </para>
+     <tip>
+      <simpara>
+       Pour IIS, des pools d'applications différentes peuvent avoir leur propre
+       instance OPcache en utilisant la variable d'environnement
+       <envar>APP_POOL_ID</envar> comme <parameter>opcache.cache_id</parameter>.
+       For IIS, different application pools can have their own OPcache instance
+       by using the environment variable <envar>APP_POOL_ID</envar> as
+       <parameter>opcache.cache_id</parameter>.
+      </simpara>
+     </tip>
     </listitem>
    </varlistentry>
    <varlistentry xml:id="ini.opcache.jit">