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>
|