com doc/fr: Apply commit e154522a5a4d7927d91b540cec3e9f98e41e9922: reference/ssh2/functions/ssh2-sftp-mkdir.xml

[email protected] (George Peter Banyard) Wed, 17 Feb 2021 03:10:15 +0000
Newsgroups php.doc.fr
Message-ID <[email protected]>
Commit:    a873981672c7bdbf3663929e38226bae8e8d81c0
Author:    George Peter Banyard <[email protected]>         Wed, 17 Feb 2021 03:10:15 +0000
Parents:   b8260868f6f9138016f7cdc264bb6662e5c2e6b7
Branches:  master

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

Log:
Apply commit e154522a5a4d7927d91b540cec3e9f98e41e9922

Fix #79136: ssh2_sftp_mkdir affected by umask

Bugs:
https://bugs.php.net/79136

Changed paths:
  M  reference/ssh2/functions/ssh2-sftp-mkdir.xml


Diff:
diff --git a/reference/ssh2/functions/ssh2-sftp-mkdir.xml b/reference/ssh2/functions/ssh2-sftp-mkdir.xml
index 901227ab59..dffeafb291 100644
--- a/reference/ssh2/functions/ssh2-sftp-mkdir.xml
+++ b/reference/ssh2/functions/ssh2-sftp-mkdir.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: yannick Status: ready -->
-<!-- Reviewed: yes -->
+<!-- EN-Revision: e154522a5a4d7927d91b540cec3e9f98e41e9922 Maintainer: yannick Status: ready -->
+<!-- Reviewed: no -->
 
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ssh2-sftp-mkdir">
  <refnamediv>
@@ -53,6 +53,7 @@
      <listitem>
       <para>
        Permissions du nouveau dossier.
+       Le mode actuel est affecté par la umask courant.
       </para>
      </listitem>
     </varlistentry>