php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9166 upload_tmp_dir not recognized
Submitted: 2001-02-07 17:11 UTC Modified: 2001-03-16 17:02 UTC
From: dsr066 at attglobal dot net Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.0.3pl1 OS: Cobalt Linux 5.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 - 3 = ?
Subscribe to this entry?

 
 [2001-02-07 17:11 UTC] dsr066 at attglobal dot net
The upload_tmp_dir (/tmp/phpupload/ in my case) is displayed properly in a phpinfo() display but uploaded files are actually created in /tmp/

Also related (I believe) is the fact that is an invalid file is specified to be uploaded (i.e. a file that does not exist on the client system) a 0 byte temparary file is created in /tmp/ and is not cleaned up (i.e. it remains there forever)

configuration command : ./configure' '--with-mysql' '--with-apxs'

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-14 14:12 UTC] sniper@php.net
Please try PHP 4.0.4pl1 as this should be fixed in it.

--Jani

 [2001-03-16 17:02 UTC] sniper@php.net
No feedback, works for me just fine. (4.0.5-dev)

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 06:01:30 2024 UTC