From: [EMAIL PROTECTED] Operating system: Cobalt Linux 5.0 PHP version: 4.0.3pl1 PHP Bug Type: PHP options/info functions Bug description: upload_tmp_dir not recognized 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' -- Edit Bug report at: http://bugs.php.net/?id=9166&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]