Has anyone successfully set up PHP 5 with MySQL 5 on IIS? I know this is well documented but I have been trying for days to get it to work. Please help....
PHP 5.1.6 with MySQL 5.0.67 running IIS on Windows 2000
With the configuration below php works and MySQL is up and running. I get call to undefined function with mysql_connect(). Phpinfo shows no mysql table and shows c:\WINNT as the config file path as well as c:\php5 as the extension_dir. I even found this problem on php bugs labeled as a 'bogus bug' and referred to support.
Path environment var set to include c:\php;c:\php\ext php_mysql.dll and php_mysqli.dll are in proper directory. Php app mapping is set to c:\php\php5isapi.dll in IIS. Full permission is set for user Everyone on c:\php.
Bookmarks