Windows PHP GD temp files issue
GreetingsI run Apache and PHP on Windows 2003. In my script I use GD to generate pictures and noticed that GD and PHP create some temporary number on disk C:. So after using the script hundred times disk C: is filled with hundred temp files.
I want those temp files to be created in C:\Windows\temp folder instead. How do I do that?
Thanks