php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55804
Patch doc-55804 revision 2015-04-18 00:33 UTC by cmb@php.net

Patch doc-55804 for Filesystem function related Bug #55804

Patch version 2015-04-18 00:33 UTC

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

Developer: cmb@php.net

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: Thu Mar 28 23:01:26 2024 UTC