[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml From: Daniel Beckham (danbeck <email protected>)
Date: 06/27/01

danbeck Wed Jun 27 08:53:54 2001 EDT

  Modified files:
    /phpdoc/en/functions filesystem.xml
  Log:
  correcting doc issue #11645
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.70 phpdoc/en/functions/filesystem.xml:1.71
--- phpdoc/en/functions/filesystem.xml:1.70 Wed Jun 27 06:38:08 2001
+++ phpdoc/en/functions/filesystem.xml Wed Jun 27 08:53:54 2001
@@ -2609,12 +2609,13 @@
      generate a filename in the system's temporary directory.
     </para>
     <para>
- The behaviour of the <function>tempnam</function> function is
- system dependent. On Windows the TMP environment variable will
- override the <parameter>dir</parameter> parameter, on Linux the
- TMPDIR environment variable has precedence, while SVR4 will always
- use your <parameter>dir</parameter> parameter if the directory it
- points to exists. Consult your system documentation on the
+ Prior to PHP 4.0.6, the behaviour of the
+ <function>tempnam</function> function was system dependent. On
+ Windows the TMP environment variable will override the
+ <parameter>dir</parameter> parameter, on Linux the TMPDIR
+ environment variable has precedence, while SVR4 will always use
+ your <parameter>dir</parameter> parameter if the directory it
+ points to exists. Consult your system documentation on the
      tempnam(3) function if in doubt.
     </para>
     <para>