I am attempting to merge from Apache to IIS, I need some ASP (etc) before you ask.
I have PHP working smashingly, which wasn't difficult at all, however, I am unable to use any extensions.
The strange thing is under phpinfo();
Configuration File (php.ini) Path C:\WINNT
This is fine, I guess, I even copied the working php.ini (from the apache distro) into the C:\WINNT path; the strange part is here:
extension_dir C:\php5 C:\php5
Which is of course the local/master value.
C:\php5 only has a "pear" directory.
I am cleaning up someone else's mess here so i don't know why both directories exist.
In PHP.INI the extensions directory is C:\PHP\EXT
Any ideas where this php5 thing came from?
big.nerd
[edit]
After more testing, I realized I didn't restart IIS, when I have the php.ini in the C:\WINNT\ Directory, I get "No Input file specified" from the phpinfo command.
I can't figure it out, all of the paths are correct, i.e. c:\php\ext as ext. directory.