commit: horde/docs CHANGES horde/lib Horde.php
avsm@horde.org
avsm@horde.org
14 Apr 2001 17:54:24 -0000
avsm 2001/04/14 10:54:24 PDT
Modified files:
docs CHANGES
lib Horde.php
Log:
Add some temporary file handling routines -
Horde::getTempDir() determines the system temp dir from upload_tmp_dir.
TMPDIR envvar, or as a last resort by cycling through predefined values
to see if they exist.
Horde::getTempFile() returns a temporary filename which is also registered
with _fileCleanup to be unlinked at the end of the request.
Revision Changes Path
1.131 +2 -0 horde/docs/CHANGES
1.88 +66 -4 horde/lib/Horde.php