Explicitly include the
Is PHP process ID in the running under apache, as mod_php?
You may try to create a per-process temporary file upload directory whose name contains your php getmypid(), then ini_set your PHP process' upload_tmp_dir to
that directory. This will not work if a new php process is spawned for every request.
