Date: 06/27/01
- Next message: danbeck <email protected>: "[PHP-DOC] Bug #9186 Updated: string compare with "==" does not work correctly"
- Previous message: danbeck <email protected>: "[PHP-DOC] Bug #9641 Updated: get_required_files()/get_included_files() does not work as docuemented"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: danbeck <email protected>: "[PHP-DOC] Bug #9186 Updated: string compare with "==" does not work correctly"
- Previous message: danbeck <email protected>: "[PHP-DOC] Bug #9641 Updated: get_required_files()/get_included_files() does not work as docuemented"
- Next in thread: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Maybe reply: Daniel Beckham: "[PHP-DOC] cvs: phpdoc /en/functions filesystem.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

