We are building new server to host our website. I installed Windows Server 2008 with all SP and patches and IIS 7 with CGI.
Our website is mainly ColdFusion so I focused on getting that running first. (If anyone is interested in doing a CF to PHP conversation let me know at meiyuinchina@hotmail.com)
All of this worked fine so I installed PHP 5.3.2 (VC9 x86 Non Thread Safe) using the installer. The webpages that are in PHP didn't work so I verified that PHP is running.
I have a php file with the code <?php phpinfo(); ?> in it and I get the following message "Error during XSLT transformation: An unknown XPath extension function was called." from a debug trace.
IIS 7 has handler mapped and the php.ini file has fastcgi.impersonate=1, fastcgi.logging=0, cgi.fix_pathinfo=1, cgi.forceredirect=0 and open_basedir="c:\inetpub" modified to these values.
I restored to an earlier backup with Server 2008 and IIS 7 only and added PHP 5.3.2. Still same message.
AHHHHHH! Searching the web finds next to nothing and certainly nothing useful.
Thanks for any help you can provide!