PHP and MySQL on IIS7: can't find php_mcrypt.dll in php.ini

Posted by user46250 on Server Fault See other posts from Server Fault or by user46250
Published on 2010-07-22T18:46:47Z Indexed on 2011/01/16 14:54 UTC
Read the original article Hit count: 176

Filed under:

I have installed PHP with Microsoft Web PI. Then I installed mysql.

According to http://learn.iis.net/page.aspx/353/install-and-configure-mysql-for-php-applications-on-iis-7/

I have to Uncomment the following lines by removing the semicolon: extension=php_mysqli.dll extension=php_mbstring.dll extension=php_mcrypt.dll

But there is no extension=php_mcrypt.dll in php.ini installed by web PI so should I add it by hand then where ? and where should I check that php_mcrypt.dll exists ?

Seems nobody knows, should better ask on Microsoft forum ?

© Server Fault or respective owner

Related posts about iis7