com doc/fr: Apply commit 537b504c17430646ecb25783ce564a0af4553fb3: reference/outcontrol/functions/ob-implicit-flush.xml

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

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

Log:
Apply commit 537b504c17430646ecb25783ce564a0af4553fb3

add ob_implicit_flush.flag-param change log for php 8.0

Changed paths:
  M  reference/outcontrol/functions/ob-implicit-flush.xml


Diff:
diff --git a/reference/outcontrol/functions/ob-implicit-flush.xml b/reference/outcontrol/functions/ob-implicit-flush.xml
index 3744097d8e..33172e8d94 100644
--- a/reference/outcontrol/functions/ob-implicit-flush.xml
+++ b/reference/outcontrol/functions/ob-implicit-flush.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 596b022270dea3739577b553fef56675e573f0b2 Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
+<!-- EN-Revision: 537b504c17430646ecb25783ce564a0af4553fb3 Maintainer: yannick Status: ready -->
+<!-- Reviewed: no -->
 
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ob-implicit-flush">
  <refnamediv>
@@ -13,7 +13,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>void</type><methodname>ob_implicit_flush</methodname>
-   <methodparam choice="opt"><type>int</type><parameter>flag</parameter><initializer>1</initializer></methodparam>
+   <methodparam choice="opt"><type>bool</type><parameter>flag</parameter><initializer>true</initializer></methodparam>
   </methodsynopsis>
   <para>
    <function>ob_implicit_flush</function> active/désactive l'envoi implicite.
@@ -31,7 +31,7 @@
      <term><parameter>flag</parameter></term>
      <listitem>
       <para>
-       <literal>1</literal> pour activer, <literal>0</literal> sinon.
+       <literal>true</literal> pour activer, <literal>false</literal> sinon.
       </para>
      </listitem>
     </varlistentry>
@@ -46,6 +46,29 @@
   </para>
  </refsect1>
 
+ <refsect1 role="changelog">
+  &reftitle.changelog;
+  <informaltable>
+   <tgroup cols="2">
+    <thead>
+     <row>
+      <entry>&Version;</entry>
+      <entry>&Description;</entry>
+     </row>
+    </thead>
+    <tbody>
+     <row>
+      <entry>8.0.0</entry>
+      <entry>
+       <parameter>flag</parameter> attend une valeur <type>bool</type> désormais ;
+       auparavant, un <type>int</type> était attendu.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="seealso">
   &reftitle.seealso;
   <para>