PDA

View Full Version : Problem with php.ini


David Peterson
Mon 11th Jun '01, 6:56pm
Hi!

I have a problem with my php.ini...I changed the temp upload to a new dir, but when I run test.php it show tem upload to "no value"....strange...

Anyone know something about this??

Really need to set this..

David Peterson

AWS
Wed 13th Jun '01, 8:47pm
winnt\temp is a system directory and is the default dumping ground for temp files. PHP by default will use this dir but because of the problem with the double \ instead of single \ something seems have been set wrong with the configuration in the build of php exe and dll. I am going to build php from source and I bet I find a path problem in the config file.

PHP was built to run on Unix and the Windows build is still very much beta but it is getting better.

Bob