svn: /phpdoc/fr/trunk/reference/ apache/functions/apache-child-terminate.xml apache/functions/apache-getenv.xml apache/functions/apache-lookup-uri.xml apache/functions/apache-note.xml apache/functions/virtual.xml info/functions/cli-get-process-title.xml phpdbg/functions/phpdbg-end-oplog.xml phpdbg/functions/phpdbg-exec.xml phpdbg/functions/phpdbg-get-executable.xml

[email protected] (George Peter Banyard)
Newsgroups php.doc.fr
Message-ID <[email protected]>
girgias                                  Sun, 27 Dec 2020 19:51:11 +0000

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

Log:
Apply SVN revision 352190

Changed paths:
    U   phpdoc/fr/trunk/reference/apache/functions/apache-child-terminate.xml
    U   phpdoc/fr/trunk/reference/apache/functions/apache-getenv.xml
    U   phpdoc/fr/trunk/reference/apache/functions/apache-lookup-uri.xml
    U   phpdoc/fr/trunk/reference/apache/functions/apache-note.xml
    U   phpdoc/fr/trunk/reference/apache/functions/virtual.xml
    U   phpdoc/fr/trunk/reference/info/functions/cli-get-process-title.xml
    U   phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-end-oplog.xml
    U   phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-exec.xml
    U   phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-get-executable.xml
svn-diffs-352219.txt (text/x-diff, 14.3 KB)
Modified: phpdoc/fr/trunk/reference/apache/functions/apache-child-terminate.xml
===================================================================
--- phpdoc/fr/trunk/reference/apache/functions/apache-child-terminate.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/apache/functions/apache-child-terminate.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 350656 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.apache-child-terminate" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>apache_child_terminate</refname>
@@ -12,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>bool</type><methodname>apache_child_terminate</methodname>
+   <type>void</type><methodname>apache_child_terminate</methodname>
    <void/>
   </methodsynopsis>
   <para>
@@ -32,12 +31,7 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Retourne &true; si PHP fonctionne en tant que module d'Apache 1, que la
-   version d'Apache n'est pas multithread et que la directive PHP
-   <link linkend="ini.child-terminate">child_terminate</link> est activée
-   (désactivée par défaut). Si ces conditions ne sont pas respectées, &false;
-   est retourné et une erreur de niveau <constant>E_WARNING</constant> est
-   générée.
+   &return.void;
   </para>
  </refsect1>

@@ -55,7 +49,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/apache/functions/apache-getenv.xml
===================================================================
--- phpdoc/fr/trunk/reference/apache/functions/apache-getenv.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/apache/functions/apache-getenv.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.apache-getenv" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>apache_getenv</refname>
@@ -12,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>apache_getenv</methodname>
+   <type class="union"><type>string</type><type>false</type></type><methodname>apache_getenv</methodname>
    <methodparam><type>string</type><parameter>variable</parameter></methodparam>
    <methodparam choice="opt"><type>bool</type><parameter>walk_to_top</parameter><initializer>&false;</initializer></methodparam>
   </methodsynopsis>
@@ -19,9 +18,6 @@
   <para>
    Récupère une variable d'environnement d'Apache.
   </para>
-  <para>
-   Cette fonction requiert Apache 2, autrement elle est indéfinie.
-  </para>
  </refsect1>

  <refsect1 role="parameters">
@@ -97,7 +93,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/apache/functions/apache-lookup-uri.xml
===================================================================
--- phpdoc/fr/trunk/reference/apache/functions/apache-lookup-uri.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/apache/functions/apache-lookup-uri.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.apache-lookup-uri" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>apache_lookup_uri</refname>
@@ -15,7 +14,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>object</type><methodname>apache_lookup_uri</methodname>
+   <type class="union"><type>object</type><type>false</type></type><methodname>apache_lookup_uri</methodname>
    <methodparam><type>string</type><parameter>filename</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -73,6 +72,9 @@
     <member>request_time</member>
    </simplelist>
   </para>
+  <para>
+   Retourne &false; en cas d'échec.
+  </para>
  </refsect1>

  <refsect1 role="examples">
@@ -122,7 +124,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/apache/functions/apache-note.xml
===================================================================
--- phpdoc/fr/trunk/reference/apache/functions/apache-note.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/apache/functions/apache-note.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 348317 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
-
 <refentry xml:id="function.apache-note" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
   <refname>apache_note</refname>
@@ -12,14 +11,10 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>apache_note</methodname>
+   <type class="union"><type>string</type><type>false</type></type><methodname>apache_note</methodname>
    <methodparam><type>string</type><parameter>note_name</parameter></methodparam>
+   <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>note_value</parameter><initializer>&null;</initializer></methodparam>
   </methodsynopsis>
-  <methodsynopsis>
-   <type>string</type><methodname>apache_note</methodname>
-   <methodparam><type>string</type><parameter>note_name</parameter></methodparam>
-   <methodparam><type>string</type><parameter>note_value</parameter></methodparam>
-  </methodsynopsis>
   <para>
    Cette fonction est une abstraction des commandes <literal>table_get</literal> et
    <literal>table_set</literal> d'Apache. Elle édite la table des notes qui existe lors d'une
@@ -58,9 +53,8 @@
  <refsect1 role="returnvalues">
   &reftitle.returnvalues;
   <para>
-   Si la fonction est appelée avec un argument, elle renvoie
-   la valeur courante de la variable <literal>note_name</literal>. Si
-   elle est appelée avec deux arguments,
+   Si <parameter>note_value</parameter> est omis ou &null;, elle renvoie
+   la valeur courante de la variable <literal>note_name</literal>. Sinon,
    elle affecte à la note <literal>note_name</literal>
    la valeur <literal>note_value</literal> et elle
    retournera la valeur précédente de la variable <literal>note_name</literal>.
@@ -68,6 +62,28 @@
   </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>note_value</parameter> est désormais nullable.
+      </entry>
+     </row>
+    </tbody>
+   </tgroup>
+  </informaltable>
+ </refsect1>
+
  <refsect1 role="examples">
   &reftitle.examples;
   <para>
@@ -132,7 +148,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/apache/functions/virtual.xml
===================================================================
--- phpdoc/fr/trunk/reference/apache/functions/virtual.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/apache/functions/virtual.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 338550 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->

 <refentry xml:id="function.virtual" xmlns="http://docbook.org/ns/docbook">
@@ -13,7 +13,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>virtual</methodname>
-   <methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <methodparam><type>string</type><parameter>uri</parameter></methodparam>
   </methodsynopsis>
   <para>
    <function>virtual</function> est une fonction spécifique au
@@ -39,7 +39,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>filename</parameter></term>
+     <term><parameter>uri</parameter></term>
      <listitem>
       <para>
        Le fichier sur lequel la commande virtuelle sera effectuée.
@@ -101,7 +101,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/info/functions/cli-get-process-title.xml
===================================================================
--- phpdoc/fr/trunk/reference/info/functions/cli-get-process-title.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/info/functions/cli-get-process-title.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 351730 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.cli-get-process-title" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>cli_get_process_title</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>string</type><methodname>cli_get_process_title</methodname>
-   <void />
+   <type class="union"><type>string</type><type>null</type></type><methodname>cli_get_process_title</methodname>
+   <void/>
   </methodsynopsis>
   <para>
    Retourne le titre du processus courant, tel que défini par la fonction
@@ -75,7 +74,6 @@
   </para>
  </refsect1>
 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-end-oplog.xml
===================================================================
--- phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-end-oplog.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-end-oplog.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,19 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345181 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.phpdbg-end-oplog" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>phpdbg_end_oplog</refname>
-  <refpurpose></refpurpose>
+  <refpurpose/>
  </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>array</type><methodname>phpdbg_end_oplog</methodname>
-   <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
+   <type class="union"><type>array</type><type>null</type></type><methodname>phpdbg_end_oplog</methodname>
+   <methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
   </methodsynopsis>
   <para>

@@ -45,7 +44,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-exec.xml
===================================================================
--- phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-exec.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-exec.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,8 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345191 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.phpdbg-exec" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>phpdbg_exec</refname>
@@ -12,8 +11,8 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>mixed</type><methodname>phpdbg_exec</methodname>
-   <methodparam choice="opt"><type>string</type><parameter>context</parameter></methodparam>
+   <type class="union"><type>string</type><type>bool</type></type><methodname>phpdbg_exec</methodname>
+   <methodparam><type>string</type><parameter>context</parameter></methodparam>
   </methodsynopsis>
   <para>

@@ -50,7 +49,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml

Modified: phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-get-executable.xml
===================================================================
--- phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-get-executable.xml	2020-12-27 19:42:20 UTC (rev 352218)
+++ phpdoc/fr/trunk/reference/phpdbg/functions/phpdbg-get-executable.xml	2020-12-27 19:51:11 UTC (rev 352219)
@@ -1,12 +1,11 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 345181 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: 352190 Maintainer: yannick Status: ready -->
 <!-- Reviewed: no -->
-
 <refentry xml:id="function.phpdbg-get-executable" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
   <refname>phpdbg_get_executable</refname>
-  <refpurpose></refpurpose>
+  <refpurpose/>
  </refnamediv>

  <refsect1 role="description">
@@ -13,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>phpdbg_get_executable</methodname>
-   <methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter>options</parameter><initializer>[]</initializer></methodparam>
   </methodsynopsis>
   <para>

@@ -45,7 +44,6 @@
  </refsect1>

 </refentry>
-
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
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.