bjori Sun Feb 4 13:49:49 2007 UTC
Modified files: /phpdoc/en/reference/filesystem/functions tempnam.xml Log: Bug#40267 (tempnam creates file with access permissions mode of 0600) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/tempnam.xml?r1=1.11&r2=1.12&diff_format=u Index: phpdoc/en/reference/filesystem/functions/tempnam.xml diff -u phpdoc/en/reference/filesystem/functions/tempnam.xml:1.11 phpdoc/en/reference/filesystem/functions/tempnam.xml:1.12 --- phpdoc/en/reference/filesystem/functions/tempnam.xml:1.11 Sat Feb 3 08:13:44 2007 +++ phpdoc/en/reference/filesystem/functions/tempnam.xml Sun Feb 4 13:49:49 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.tempnam"> <refnamediv> @@ -14,7 +14,7 @@ <methodparam><type>string</type><parameter>prefix</parameter></methodparam> </methodsynopsis> <para> - 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, <function>tempnam</function> may generate a file in the system's temporary directory, and return the name of that.