My php.ini dosen't seem to work. php dosen't recognize the changes I make in the file, and php works if I delete all php.ini files on my computer.
I have Win XP, 2 users, mine with admin rights, php on an Apache 2 server.
It seems to use some standard setting because my session_save.path is C:\tmp\ and I set it to C:\Windows\Temp\ in my ini file in win folder system32. I found this out because it suddenly didn't show any errors when I made that tmp directory.
I also tried to move it to other folders like windows or windows\system or just c:\php but it dosen't work.
Anybody know what the problem is?
Regards