com doc/fr: Apply commit d7dbb4196a9aa0f95732f0a19106ee6db51f0bf9: reference/iconv/functions/iconv-mime-decode-headers.xml

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

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

Log:
Apply commit d7dbb4196a9aa0f95732f0a19106ee6db51f0bf9

iconv_mime_decode_headers() doesn't treat headers case-insensitively

Changed paths:
  M  reference/iconv/functions/iconv-mime-decode-headers.xml


Diff:
diff --git a/reference/iconv/functions/iconv-mime-decode-headers.xml b/reference/iconv/functions/iconv-mime-decode-headers.xml
index b9bde4514a..337b0a5fa8 100644
--- a/reference/iconv/functions/iconv-mime-decode-headers.xml
+++ b/reference/iconv/functions/iconv-mime-decode-headers.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: ab9a7d2e3dfa9224186abcbd7a43b3af08d1bfdb Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
+<!-- EN-Revision: d7dbb4196a9aa0f95732f0a19106ee6db51f0bf9 Maintainer: yannick Status: ready -->
+<!-- Reviewed: no -->
 
 <refentry xml:id="function.iconv-mime-decode-headers" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -108,6 +108,8 @@
    et sa valeur correspondante. Si plusieurs champs ont le même nom,
    <function>iconv_mime_decode_headers</function> fera de ce champ un
    tableau indexé, avec les valeurs dans leur ordre d'apparence.
+   Il est à noter que les noms d'en-têtes ne sont pas
+   <emphasis>insensible à la casse</emphasis>.
   </para>
  </refsect1>