php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57788 Extension appears to rely on tmp_dir being set
Submitted: 2007-08-16 10:34 UTC Modified: 2009-01-21 05:47 UTC
From: tom at streamsense dot net Assigned: ramsey (profile)
Status: Wont fix Package: uploadprogress (PECL)
PHP Version: 5_2 CVS-2007-08-16 OS: Fedore Core 4
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-08-16 10:34 UTC] tom at streamsense dot net
Description:
------------
This version of the PHP Upload Progress extension appears to rely on the "upload temp directory" setting in PHP to be set (when unspecified in PHP.INI it is supposed to resort to a system default).



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-21 05:47 UTC] chregu@php.net
Please set the php.ini directive of

uploadprogress.file.filename_template

to a directory, which exists. then it should work.

default is "/tmp/upt_%s.txt"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 12:01:29 2024 UTC