com doc/fr: Apply commit 5e6356373cdbfcefcbecddf3cfd7e61a2159153e: language-snippets.ent reference/info/functions/get-magic-quotes-gpc.xml reference/info/functions/get-magic-quotes-runtime.xml reference/info/functions/restore-include-path.xml

[email protected] (George Peter Banyard) Wed, 20 Jan 2021 11:56:50 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    8a7df686983d8fa88a7494c8b765ed3ce33a76f9
Author:    George Peter Banyard <[email protected]>         Wed, 20 Jan 2021 11:56:50 +0000
Parents:   f600271725c3ed3c87d6e68c1d55f346757bfd0d
Branches:  master

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

Log:
Apply commit 5e6356373cdbfcefcbecddf3cfd7e61a2159153e

Document that 3 options/info functions are removed as of PHP 8.0.0

Changed paths:
  M  language-snippets.ent
  M  reference/info/functions/get-magic-quotes-gpc.xml
  M  reference/info/functions/get-magic-quotes-runtime.xml
  M  reference/info/functions/restore-include-path.xml


Diff:
diff --git a/language-snippets.ent b/language-snippets.ent
index 39366f1717..2be169c50a 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 4317fec7555dd42621f88162cc5068092e5c5cfb  Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 5e6356373cdbfcefcbecddf3cfd7e61a2159153e  Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <!-- Relecture des Notes, Précautions, Avertissements, Astuces, Divers et Retour le 2018-12-29 par girgias -->
 
@@ -308,6 +308,13 @@ de nombres aléatoires est initialisé automatiquement.</entry></row>'>
  Dépendre de cette fonction est fortement déconseillé.
 </simpara></warning>'>
 
+<!ENTITY warn.deprecated.function-7-4-0.removed-8-0-0 '<warning
+xmlns="http://docbook.org/ns/docbook"><simpara>
+ Cette fonction est <emphasis>OBSOLÈTE</emphasis> à partir de PHP 7.4.0,
+ et a été <emphasis>SUPPRIMÉE</emphasis> à partir de PHP 8.0.0.
+ Dépendre de cette fonction est fortement déconseillé.
+</simpara></warning>'>
+
 <!ENTITY warn.deprecated.function-8-0-0 '<warning xmlns="http://docbook.org/ns/docbook"><simpara>
  Cette fonction est <emphasis>OBSOLÈTE</emphasis> à partir de PHP 8.0.0.
  Dépendre de cette fonction est fortement déconseillé.
@@ -321,7 +328,7 @@ certainement <emphasis xmlns="http://docbook.org/ns/docbook">supprimée</emphasi
 </simpara></warning>'>
 
 <!ENTITY warn.deprecated.function.removed-5-5-0 '<warning xmlns="http://docbook.org/ns/docbook"><simpara>
- Cette fonction est <emphasis>OBSOLÈTE</emphasis> et a été <emphasis>SUPPRIMÉE</emphasis> à partir de PHP 5.5.0.
+ Cette fonction est <emphasis>OBSOLÈTE</emphasis>, et a été <emphasis>SUPPRIMÉE</emphasis> à partir de PHP 5.5.0.
 </simpara></warning>'>
 
 <!ENTITY warn.deprecated.alias-5-3-0 '<warning xmlns="http://docbook.org/ns/docbook"><simpara>
diff --git a/reference/info/functions/get-magic-quotes-gpc.xml b/reference/info/functions/get-magic-quotes-gpc.xml
index 246ad9d77a..1870181ba7 100644
--- a/reference/info/functions/get-magic-quotes-gpc.xml
+++ b/reference/info/functions/get-magic-quotes-gpc.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: f029b664b8728bd5cbb697cb9a4409aea07cb36c Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 5e6356373cdbfcefcbecddf3cfd7e61a2159153e Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="function.get-magic-quotes-gpc" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -9,7 +9,7 @@
  </refnamediv>
  
  <refsynopsisdiv>
-   &warn.deprecated.function-7-4-0;
+   &warn.deprecated.function-7-4-0.removed-8-0-0;
  </refsynopsisdiv>
 
  <refsect1 role="description">
diff --git a/reference/info/functions/get-magic-quotes-runtime.xml b/reference/info/functions/get-magic-quotes-runtime.xml
index 52f2bda45c..bb080c07f1 100644
--- a/reference/info/functions/get-magic-quotes-runtime.xml
+++ b/reference/info/functions/get-magic-quotes-runtime.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 3e15d2894fb35432d2a111db36fe8ba8ebc62024 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 5e6356373cdbfcefcbecddf3cfd7e61a2159153e Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.get-magic-quotes-runtime" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>get_magic_quotes_runtime</refname>
@@ -10,7 +9,7 @@
  </refnamediv>
  
  <refsynopsisdiv>
-   &warn.deprecated.function-7-4-0;
+   &warn.deprecated.function-7-4-0.removed-8-0-0;
  </refsynopsisdiv>
  
  <refsect1 role="description">
diff --git a/reference/info/functions/restore-include-path.xml b/reference/info/functions/restore-include-path.xml
index cea1c1a877..7bf624a42a 100644
--- a/reference/info/functions/restore-include-path.xml
+++ b/reference/info/functions/restore-include-path.xml
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 11a2f7bf4894af314c0984ac48365ff4bee38cc6 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 5e6356373cdbfcefcbecddf3cfd7e61a2159153e Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.restore-include-path" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>restore_include_path</refname>
@@ -10,7 +9,7 @@
  </refnamediv>
 
  <refsynopsisdiv>
-   &warn.deprecated.function-7-4-0;
+   &warn.deprecated.function-7-4-0.removed-8-0-0;
  </refsynopsisdiv>
 
  <refsect1 role="description">