From bf4a4681e2cfc5a8655324b64f5cbae99f7939ab Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Wed, 27 Jun 2001 06:53:54 +0000 Subject: [PATCH] correcting doc issue #11645 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50265 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index ce3e102ea4..7f7f056e8c 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -2609,12 +2609,13 @@ $real_path = realpath ("../../index.php"); generate a filename in the system's temporary directory. - The behaviour of the tempnam function is - system dependent. On Windows the TMP environment variable will - override the dir parameter, on Linux the - TMPDIR environment variable has precedence, while SVR4 will always - use your dir parameter if the directory it - points to exists. Consult your system documentation on the + Prior to PHP 4.0.6, the behaviour of the + tempnam function was system dependent. On + Windows the TMP environment variable will override the + dir parameter, on Linux the TMPDIR + environment variable has precedence, while SVR4 will always use + your dir parameter if the directory it + points to exists. Consult your system documentation on the tempnam(3) function if in doubt.