com doc/ja: Fix #79136: ssh2_sftp_mkdir affected by umask: reference/ssh2/functions/ssh2-sftp-mkdir.xm l

[email protected] (Yoshinari Takaoka) Thu, 11 Feb 2021 15:48:56 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    a0bd886cdc2707c4c23aa6084f30c6c6380b66e0
Author:    Yoshinari Takaoka <[email protected]>         Fri, 12 Feb 2021 00:48:56 +0900
Parents:   d9573aa0ebcee50d487f361871b967e7aff8c4c5
Branches:  master

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

Log:
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 5956bbab42..8d89186308 100644
--- a/reference/ssh2/functions/ssh2-sftp-mkdir.xml
+++ b/reference/ssh2/functions/ssh2-sftp-mkdir.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: b8758b0605e80c4e3610137b7502a6abeea5c69b Maintainer: shimooka Status: ready -->
+<!-- EN-Revision: e154522a5a4d7927d91b540cec3e9f98e41e9922 Maintainer: shimooka Status: ready -->
+<!-- Credits: mumumu -->
 <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ssh2-sftp-mkdir">
  <refnamediv>
   <refname>ssh2_sftp_mkdir</refname>
@@ -51,6 +52,7 @@
      <listitem>
       <para>
        新しいディレクトリのパーミッション。
+       実際のパーミッションの値は、現在の umask の影響を受けます。
       </para>
      </listitem>
     </varlistentry>