com doc/fr: Apply commit d80c8d5646c200251fe6d54d366e242ada0e3f81: appendices/resources.xml reference/ssh2/setup.xml

[email protected] (George Peter Banyard) Wed, 03 Feb 2021 01:31:11 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    77d6963e32b2803a17cdcb04e5b769b808764158
Author:    George Peter Banyard <[email protected]>         Wed, 3 Feb 2021 01:31:11 +0000
Parents:   87fdad368778f4c51d8f4be0b89c77f20d0017a2
Branches:  master

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

Log:
Apply commit d80c8d5646c200251fe6d54d366e242ada0e3f81

SSH2 docs
and some indentation fixes

Changed paths:
  M  appendices/resources.xml
  M  reference/ssh2/setup.xml


Diff:
diff --git a/appendices/resources.xml b/appendices/resources.xml
index dae14096f8..5af79261dd 100755
--- a/appendices/resources.xml
+++ b/appendices/resources.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 6fa29283c5861ccb1f9da74fb252f80e01d27668 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: d80c8d5646c200251fe6d54d366e242ada0e3f81 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
 <appendix xml:id="resource" xmlns="http://docbook.org/ns/docbook">
  <title>Types des ressources PHP</title>
@@ -36,8 +36,8 @@
       </entry>
       <entry>
        <function>socket_addrinfo_bind</function>,
-        <function>socket_addrinfo_connect</function>,
-        <function>socket_addrinfo_explain</function>,
+       <function>socket_addrinfo_connect</function>,
+       <function>socket_addrinfo_explain</function>,
       </entry>
       <entry>
        None
@@ -1537,48 +1537,48 @@
       </entry>
       <entry>Handle d'un bloc de mémoire partagée (antérieur à PHP 8.0.0)</entry>
      </row>
-   <row>
-    <entry>Socket</entry>
-    <entry>
-     <function>socket_accept</function>,
-     <function>socket_addrinfo_bind</function>,
-     <function>socket_addrinfo_connect</function>,
-     <function>socket_create</function>,
-     <function>socket_create_listen</function>,
-     <function>socket_import_stream</function>,
-     <function>socket_wsaprotocol_info_import</function>
-    </entry>
-    <entry>
-     <function>socket_accept</function>,
-     <function>socket_bind</function>,
-     <function>socket_clear_error</function>,
-     <function>socket_connect</function>,
-     <function>socket_get_option</function>,
-     <function>socket_getpeername</function>,
-     <function>socket_getsockname</function>,
-     <function>socket_last_error</function>,
-     <function>socket_listen</function>,
-     <function>socket_read</function>,
-     <function>socket_recv</function>,
-     <function>socket_recvfrom</function>,
-     <function>socket_recvmsg</function>,
-     <function>socket_select</function>,
-     <function>socket_send</function>,
-     <function>socket_sendmsg</function>,
-     <function>socket_sendto</function>,
-     <function>socket_set_block</function>,
-     <function>socket_set_nonblock</function>,
-     <function>socket_set_option</function>,
-     <function>socket_shutdown</function>,
-     <function>socket_write</function>,
-     <function>socket_wsaprotocol_info_export</function>,
-     <function>socket_wsaprotocol_info_release</function>
-    </entry>
-    <entry>
-     <function>socket_close</function>
-    </entry>
-    <entry>Socket (sockets extension)</entry>
-   </row>
+     <row>
+      <entry>Socket</entry>
+      <entry>
+       <function>socket_accept</function>,
+       <function>socket_addrinfo_bind</function>,
+       <function>socket_addrinfo_connect</function>,
+       <function>socket_create</function>,
+       <function>socket_create_listen</function>,
+       <function>socket_import_stream</function>,
+       <function>socket_wsaprotocol_info_import</function>
+      </entry>
+      <entry>
+       <function>socket_accept</function>,
+       <function>socket_bind</function>,
+       <function>socket_clear_error</function>,
+       <function>socket_connect</function>,
+       <function>socket_get_option</function>,
+       <function>socket_getpeername</function>,
+       <function>socket_getsockname</function>,
+       <function>socket_last_error</function>,
+       <function>socket_listen</function>,
+       <function>socket_read</function>,
+       <function>socket_recv</function>,
+       <function>socket_recvfrom</function>,
+       <function>socket_recvmsg</function>,
+       <function>socket_select</function>,
+       <function>socket_send</function>,
+       <function>socket_sendmsg</function>,
+       <function>socket_sendto</function>,
+       <function>socket_set_block</function>,
+       <function>socket_set_nonblock</function>,
+       <function>socket_set_option</function>,
+       <function>socket_shutdown</function>,
+       <function>socket_write</function>,
+       <function>socket_wsaprotocol_info_export</function>,
+       <function>socket_wsaprotocol_info_release</function>
+      </entry>
+      <entry>
+       <function>socket_close</function>
+      </entry>
+      <entry>Socket (sockets extension)</entry>
+     </row>
      <row>
       <entry>Flux</entry>
       <entry>
@@ -1665,25 +1665,73 @@
       <entry>
        <function>fclose</function>
       </entry>
-      <entry>Socket</entry>
+      <entry>Socket Handle</entry>
+     </row>
+     <row>
+      <entry>SSH2 Session</entry>
+      <entry>
+       <function>ssh2_connect</function>
+      </entry>
+      <entry>
+      </entry>
+      <entry>
+       <function>ssh2_disconnect</function>
+      </entry>
+      <entry></entry>
+     </row>
+     <row>
+      <entry>SSH2 Listener</entry>
+      <entry>
+       <function>ssh2_forward_listen</function>
+      </entry>
+      <entry>
+      </entry>
+      <entry>
+       <function></function>
+      </entry>
+      <entry></entry>
+     </row>
+     <row>
+      <entry>SSH2 SFTP</entry>
+      <entry>
+       <function>ssh2_sftp</function>
+      </entry>
+      <entry>
+      </entry>
+      <entry>
+       <function></function>
+      </entry>
+      <entry></entry>
+     </row>
+     <row>
+      <entry>SSH2 Publickey Subsystem</entry>
+      <entry>
+       <function>ssh2_publickey_init</function>
+      </entry>
+      <entry>
+      </entry>
+      <entry>
+       <function></function>
+      </entry>
+      <entry></entry>
+     </row>
+     <row>
+      <entry>sysvmsg queue</entry>
+      <entry>
+       <function>msg_get_queue</function>
+      </entry>
+      <entry>
+       <function>msg_queue_exists</function>,
+       <function>msg_receive</function>,
+       <function>msg_send</function>,
+       <function>msg_set_queue</function>,
+       <function>msg_stat_queue</function>
+      </entry>
+      <entry>
+       <function>msg_remove_queue</function>
+      </entry>
+      <entry>System V Message Queue</entry>
      </row>
-   <row>
-    <entry>sysvmsg queue</entry>
-    <entry>
-     <function>msg_get_queue</function>
-    </entry>
-    <entry>
-     <function>msg_queue_exists</function>,
-     <function>msg_receive</function>,
-     <function>msg_send</function>,
-     <function>msg_set_queue</function>,
-     <function>msg_stat_queue</function>
-    </entry>
-    <entry>
-     <function>msg_remove_queue</function>
-    </entry>
-    <entry>System V Message Queue</entry>
-   </row>
      <row>
       <entry>sysvsem</entry>
       <entry>
@@ -1845,7 +1893,7 @@
     <entry>
      None
     </entry>
-    <entry>Contexte de compréssion incrémentale (antérieur à PHP 8.0.0)</entry>
+    <entry>Contexte de compression incrémentale (antérieur à PHP 8.0.0)</entry>
    </row>
     </tbody>
    </tgroup>
diff --git a/reference/ssh2/setup.xml b/reference/ssh2/setup.xml
index e8933324a6..a3d839b357 100644
--- a/reference/ssh2/setup.xml
+++ b/reference/ssh2/setup.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: f49c307f13f1ec78ff0e441906d6d3d066b69f82 Maintainer: yannick Status: ready -->
+<!-- EN-Revision: d80c8d5646c200251fe6d54d366e242ada0e3f81 Maintainer: yannick Status: ready -->
 <!-- Reviewed: yes -->
 
 <chapter xml:id="ssh2.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -53,7 +53,15 @@
  <!-- {{{ Resources -->
  <section xml:id="ssh2.resources">
   &reftitle.resources;
-  &no.resource;
+  <para>
+   Cette extension définis les type de ressources suivantes :
+   <simplelist>
+    <member>SSH2 Session</member>
+    <member>SSH2 Listener</member>
+    <member>SSH2 SFTP</member>
+    <member>SSH2 Publickey Subsystem (à partir de ssh2 0.10)</member>
+   </simplelist>
+  </para>
  </section>
  <!-- }}} -->