How do I give a PHP script permission to create temporary directories?

boom.snap.clap.

New member
I am running a Apache 2.2 PHP 5 Enabled server on my Windows 7 computer. I have a script that keeps throwing a 'cannot create temporary directory' exception. I need the equivelant of chmod(777) for it to work, is there any way I can get the same permissions as chmod(777) to ACL security?
 
Back
Top