I am attempting to install php 4.3.10 on an XP pro machine, I use IIS, and do not want to change to apache(just getting that out of the way)
I copied php.ini-reccomended to c:\windows, and renamed it to php.ini I did nothing else with the file
I copied php4isapi.dll to the c:\windows\system32 directory.
in setting it up to IIS, I said that the executable path was c:\windows\system32\php4is
api.dll, I then set the extension as .php
I have tried to set the executable path to c:\php\php.exe
That's what I did, now the problem I'm getting is when I make a file called phpinfo.php, and put the following in as code for it
,?php
echo phpinfo();
?.
with the comma, and period as the brackets it gives me the "the specifiec module could not be found" error.
Thanks for the help in advance.
Start Free Trial