Oren wrote:It's almost obvious that you simply did something wrong.
Which files exactly did you put in your system directory?
P.S Yeah, the '#' is a comment - uncomment it, it shouldn't cause any problems.
I have put the php5ts.dll...just like what was written in the manual installation steps:
To make php4ts.dll / php5ts.dll available you have three options: copy the file to the Windows system directory, copy the file to the web server's directory, or add your PHP directory, C:\php to the PATH. For better maintenance, we advise you to follow the last option, add C:\php to the PATH, because it will be simpler to upgrade PHP in the future. Read more about how to add your PHP directory to PATH in the corresponding FAQ entry (and then don't forget to restart the computer - logoff isn't enough).
I have copied the file to the Windows system directory, which was system32.
I also tried the second options: which is copy the file to the web server's directory, but of course before I tried options 2...I have deleted the php5ts.dll in the system32, then try the options2.
But I didn't take the options 3, since I have Java installed on my machine, and it needs the path often than PHP....
Thank you...