php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch tempnam-writable for Filesystem function related Bug #69488

Patch version 2015-04-20 14:27 UTC

Return to Bug #69488 | Download this patch
Patch Revisions:

Developer: cmb

Index: en/reference/filesystem/functions/tempnam.xml
===================================================================
--- en/reference/filesystem/functions/tempnam.xml	(revision 336570)
+++ en/reference/filesystem/functions/tempnam.xml	(working copy)
@@ -15,7 +15,7 @@
   </methodsynopsis>
   <para>
    Creates a file with a unique filename, with access permission set to 0600, in the specified directory.
-   If the directory does not exist, <function>tempnam</function> may
+   If the directory does not exist or is not writable, <function>tempnam</function> may
    generate a file in the system's temporary directory, and return
    the full path to that file, including its name.
   </para>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 03:01:28 2024 UTC