svn: /phpdoc/ja/trunk/reference/filesystem/functions/ realpath.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Fri, 20 Nov 2020 19:55:48 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351459
Log:
Fix #72738: realpath() expands junction points
Bug: https://bugs.php.net/72738 (error getting bug information)
Changed paths:
U phpdoc/ja/trunk/reference/filesystem/functions/realpath.xml
Modified: phpdoc/ja/trunk/reference/filesystem/functions/realpath.xml
===================================================================
--- phpdoc/ja/trunk/reference/filesystem/functions/realpath.xml 2020-11-20 19:48:44 UTC (rev 351458)
+++ phpdoc/ja/trunk/reference/filesystem/functions/realpath.xml 2020-11-20 19:55:48 UTC (rev 351459)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 350654 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 351451 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.realpath">
<refnamediv>
@@ -75,6 +75,11 @@
そのようなパスは、実際のパスではなく仮想パスになるからです。
</para>
</note>
+ <note>
+ <para>
+ Windows では、ディレクトリへのシンボリックリンクとジャンクションは、ひとつ分しか展開されません。
+ </para>
+ </note>
&fs.file.32bit;
</refsect1>