From 566c82cf24ce20cee97f78204eeb55d2ac311cf3 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 4 Feb 2007 13:49:49 +0000 Subject: [PATCH] Bug#40267 (tempnam creates file with access permissions mode of 0600) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228956 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/tempnam.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index baf171c654..3ce0441301 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ stringprefix - Creates a file with a unique filename in the specified directory. + Creates a file with a unique filename, with access permission set to 0644, in the specified directory. If the directory does not exist, tempnam may generate a file in the system's temporary directory, and return the name of that.