Web Hosting Talk







View Full Version : Windows PHP GD temp files issue


null
12-23-2004, 02:08 PM
Greetings

I 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