From 58d190bce3ee0db136502bd705e7d515ba9d9447 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sun, 9 Feb 2020 14:25:30 +0000 Subject: [PATCH] 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 --- reference/filesystem/functions/tempnam.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index 01adaa12ce..8b6432f503 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -41,7 +41,8 @@ - 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.