mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #79071: Undocumented truncation of tempnam() second parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@349191 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e6dfcca365
commit
58d190bce3
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@
|
|||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
Windows uses only the first three characters of prefix.
|
||||
Only the first 63 characters of the prefix are used.
|
||||
Windows even uses only the first three characters of the prefix.
|
||||
</simpara>
|
||||
</note>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue