Hi,
I have not set the "upload_tmp_dir " in my php.ini, so I am assuming it
is using /tmp/.
From time to time, I noticed that some strange files appear in the /
tmp, and when I viewed it, I believe it is the temp file which somehow
not handled correctly by my scripts and leave in the /tmp/ folder.
I want to ask, will PHP delete the files under this folder from time
to time automatically? Or should I setup a cron to clean up?
Thanks.
I have not set the "upload_tmp_dir " in my php.ini, so I am assuming it
is using /tmp/.
From time to time, I noticed that some strange files appear in the /
tmp, and when I viewed it, I believe it is the temp file which somehow
not handled correctly by my scripts and leave in the /tmp/ folder.
I want to ask, will PHP delete the files under this folder from time
to time automatically? Or should I setup a cron to clean up?
Thanks.
Comment