From 7fcdd3d18c8a6fc31240fa7b6f6f85a33836a5b6 Mon Sep 17 00:00:00 2001 From: Florian Anderiasch Date: Tue, 21 Apr 2009 02:52:46 +0000 Subject: [PATCH] fixed bug #47834 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279094 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/tempnam.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml index 06972e0729..9a31b365d8 100644 --- a/reference/filesystem/functions/tempnam.xml +++ b/reference/filesystem/functions/tempnam.xml @@ -1,5 +1,5 @@ - + tempnam @@ -129,7 +129,8 @@ unlink($tmpfname); If PHP cannot create a file in the specified dir - parameter, it falls back on the system default. + parameter, it falls back on the system default. On NTFS this also happens + if the specified dir contains more than 65534 files.