svn: /phpdoc/fr/trunk/ language-snippets.ent reference/curl/book.xml reference/enchant/book.xml reference/image/book.xml reference/oci8/OCI-Collection/max.xml reference/oci8/OCI-Collection/size.xml reference/oci8/OCI-Lob/load.xml reference/oci8/OCI-Lob/tell.xml reference/openssl/book.xml reference/shmop/book.xml reference/sockets/book.xml reference/strings/functions/get-html-translation-table.xml reference/strings/functions/substr-compare.xml reference/xml/book.xml reference/yaf/yaf_dispatcher/s

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Mon, 07 Dec 2020 21:30:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=351953

Log:
Sync FR with EN

Changed paths:
    U   phpdoc/fr/trunk/language-snippets.ent
    U   phpdoc/fr/trunk/reference/curl/book.xml
    U   phpdoc/fr/trunk/reference/enchant/book.xml
    U   phpdoc/fr/trunk/reference/image/book.xml
    U   phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml
    U   phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml
    U   phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml
    U   phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml
    U   phpdoc/fr/trunk/reference/openssl/book.xml
    U   phpdoc/fr/trunk/reference/shmop/book.xml
    U   phpdoc/fr/trunk/reference/sockets/book.xml
    U   phpdoc/fr/trunk/reference/strings/functions/get-html-translation-table.xml
    U   phpdoc/fr/trunk/reference/strings/functions/substr-compare.xml
    U   phpdoc/fr/trunk/reference/xml/book.xml
    U   phpdoc/fr/trunk/reference/yaf/yaf_dispatcher/setview.xml
    U   phpdoc/fr/trunk/reference/zlib/book.xml
svn-diffs-351953.txt (text/x-diff, 13.7 KB)
Modified: phpdoc/fr/trunk/language-snippets.ent
===================================================================
--- phpdoc/fr/trunk/language-snippets.ent	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/language-snippets.ent	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351906  Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351924  Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <!-- Relecture des Notes, Précautions, Avertissements, Astuces, Divers et Retour le 2018-12-29 par girgias -->

@@ -2745,22 +2745,19 @@
 <!ENTITY strings.parameter.encoding '
 <para xmlns="http://docbook.org/ns/docbook">
 Un argument optionnel définissant l&#39;encodage utilisé lors
-de la convertion des caractères.
+de la conversion des caractères.
 </para>

 <para xmlns="http://docbook.org/ns/docbook">
 Si omis, la valeur par défaut du paramètre <parameter>encoding</parameter>
-varie suivant la version PHP utilisée. En PHP 5.6.0 et suivants,
-l&#39;option de configuration <link linkend="ini.default-charset">default_charset</link>
-sera utilisée comme valeur par défaut. En PHP 5.4 et 5.5,
-<literal>UTF-8</literal> sera la valeur par défaut. Pour les versions
-plus anciennes, PHP utilisera <literal>ISO-8859-1</literal>.
+est la valeur de l&#39;option de configuration
+<link linkend="ini.default-charset">default_charset</link>.
 </para>

 <para xmlns="http://docbook.org/ns/docbook">
 Malgré le fait que cet argument soit techniquement optionnel, vous
 êtes vivement encouragé à spécifier la valeur correcte pour votre code
-si vous utilisez PHP 5.5 ou antérieures, ou si votre option de configuration
+si l&#39;option de configuration
 <link linkend="ini.default-charset">default_charset</link>
 a été définie de façon incorrecte pour l&#39;entrée fournie.
 </para>

Modified: phpdoc/fr/trunk/reference/curl/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/curl/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/curl/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 341282 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.curl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -29,6 +29,9 @@
  &reference.curl.constants;
  &reference.curl.examples;
  &reference.curl.reference;
+ &reference.curl.curlhandle;
+ &reference.curl.curlmultihandle;
+ &reference.curl.curlsharehandle;
  &reference.curl.curlfile;

 </book>

Modified: phpdoc/fr/trunk/reference/enchant/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/enchant/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/enchant/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.enchant" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -61,6 +61,8 @@
  &reference.enchant.constants;
  &reference.enchant.examples;
  &reference.enchant.reference;
+ &reference.enchant.enchantbroker;
+ &reference.enchant.enchantdictionary;

 </book>


Modified: phpdoc/fr/trunk/reference/image/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/image/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/image/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350826 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.image" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -139,11 +139,12 @@
  </preface>

  <!-- }}} -->
-
+
  &reference.image.setup;
  &reference.image.constants;
  &reference.image.examples;
  &reference.image.reference;
+ &reference.image.gdimage;

 </book>


Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/max.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="oci-collection.max" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Collection/size.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="oci-collection.size" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/load.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="oci-lob.load" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml
===================================================================
--- phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/oci8/OCI-Lob/tell.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351725 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351729 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="oci-lob.tell" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>

Modified: phpdoc/fr/trunk/reference/openssl/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/openssl/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/openssl/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 342538 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.openssl" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -29,6 +29,9 @@
  &reference.openssl.certparams;
  &reference.openssl.cert-verification;
  &reference.openssl.reference;
+ &reference.openssl.opensslcertificate;
+ &reference.openssl.opensslcertificatesigningrequest;
+ &reference.openssl.opensslasymmetrickey;

 </book>


Modified: phpdoc/fr/trunk/reference/shmop/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/shmop/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/shmop/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 347589 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.shmop" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -22,6 +22,7 @@
  &reference.shmop.constants;
  &reference.shmop.examples;
  &reference.shmop.reference;
+ &reference.shmop.shmop;

 </book>


Modified: phpdoc/fr/trunk/reference/sockets/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/sockets/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/sockets/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no Maintainer: yannick -->

 <book xml:id="book.sockets" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -45,6 +45,8 @@
  &reference.sockets.examples;
  &reference.sockets.errors;
  &reference.sockets.reference;
+ &reference.sockets.socket;
+ &reference.sockets.addressinfo;

 </book>


Modified: phpdoc/fr/trunk/reference/strings/functions/get-html-translation-table.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/get-html-translation-table.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/strings/functions/get-html-translation-table.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351924 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
 <refentry xml:id="function.get-html-translation-table" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -106,9 +106,8 @@
      <term><parameter>encoding</parameter></term>
      <listitem>
       <para>
-       Encodage à utiliser. Si omis, la valeur par défaut de cet
-       argument sera ISO-8859-1 pour les versions antérieures à la version 5.4.0
-       de PHP, et UTF-8 pour les versions suivantes à 5.4.0.
+       Encodage à utiliser.
+       Si omis, la valeur par défaut est UTF-8.
       </para>
       &reference.strings.charsets;
      </listitem>

Modified: phpdoc/fr/trunk/reference/strings/functions/substr-compare.xml
===================================================================
--- phpdoc/fr/trunk/reference/strings/functions/substr-compare.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/strings/functions/substr-compare.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351904 Maintainer: girgias Status: ready -->
+<!-- EN-Revision: 351924 Maintainer: girgias Status: ready -->
 <!-- Reviewed: no -->
 <refentry xml:id="function.substr-compare" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -87,7 +87,6 @@
    Si <parameter>length</parameter> est égal (antérieur à PJP 7.2.18, 7.3.5) ou
    plus grand que la taille de <parameter>haystack</parameter> ou que
    <parameter>length</parameter> est définit et inférieur à 0,
-   (ou, antérieur à PHP 5.5.11, moins que 1)
    <function>substr_compare</function> affiche une alerte et retourne &false;.
   </para>
  </refsect1>

Modified: phpdoc/fr/trunk/reference/xml/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/xml/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/xml/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <book xml:id="book.xml" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -45,6 +45,7 @@
  &reference.xml.encoding;
  &reference.xml.examples;
  &reference.xml.reference;
+ &reference.xml.xmlparser;

 </book>


Modified: phpdoc/fr/trunk/reference/yaf/yaf_dispatcher/setview.xml
===================================================================
--- phpdoc/fr/trunk/reference/yaf/yaf_dispatcher/setview.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/yaf/yaf_dispatcher/setview.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 327529 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351925 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->

 <refentry xml:id="yaf-dispatcher.setview" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: phpdoc/fr/trunk/reference/zlib/book.xml
===================================================================
--- phpdoc/fr/trunk/reference/zlib/book.xml	2020-12-07 20:34:12 UTC (rev 351952)
+++ phpdoc/fr/trunk/reference/zlib/book.xml	2020-12-07 21:30:38 UTC (rev 351953)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 330340 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 351932 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes Maintainer: yannick -->

 <book xml:id="book.zlib" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -45,6 +45,8 @@
  &reference.zlib.constants;
  &reference.zlib.examples;
  &reference.zlib.reference;
+ &reference.zlib.deflatecontext;
+ &reference.zlib.inflatecontext;

 </book>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.