ID:               20851
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Documentation problem
 Operating System: Windows Millenium
 PHP Version:      4.2.3
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2003-01-26 11:21:12] [EMAIL PROTECTED]

So your default tmp directory couldn't be written to or it didn't exist
at all?

------------------------------------------------------------------------

[2003-01-26 11:06:16] [EMAIL PROTECTED]

I read the changelog and for me appear that this is something like the
bug 20725, that was fixed in PHP 4.3.0, since I try do it again in
4.3.0 and the PHP put the files on C:/windows/temp, but this donīt work
on 4.2.3.
Thanks.

------------------------------------------------------------------------

[2003-01-21 12:17:55] [EMAIL PROTECTED]

According to the source there are defaults.  Here are some  comments
found within hp_open_temporary_file.c:

/* We can't count on the environment variables TEMP or TMP,
 * and so must make the Win32 API call to get the default
 * directory for temporary files.  Note this call checks
 * the environment values TMP and TEMP (in order) first.
*/

That call is made to GetTempPath.

Run msconfig.exe and tell us what the above environment variables are
set to on your system.

------------------------------------------------------------------------

[2002-12-05 21:34:26] [EMAIL PROTECTED]

In a mailing list the people tell they canīt make the example of file
upload work, only who uses windows. So a begin work on this and
discover why.
If you donīt define upload_tmp_dir in php.ini, appears that php donīt
know where to put, or it puts the file but donīt know where so
$_FILES['userfile']['name'] return the correct value, but
$_FILES['userfile']['tmp_name'] comes empty and you canīt move the
file.
Note that I donīt have anything in TMPDIR too.
The people on windows "must" set the upload_tmp_dir in php.ini, without
this canīt upload a file.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20851&edit=1


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to