php crashes when I try to add extensions

Posted by Christy on Server Fault See other posts from Server Fault or by Christy
Published on 2010-05-04T16:45:44Z Indexed on 2010/05/04 16:49 UTC
Read the original article Hit count: 239

Filed under:
|
|
|

Hi all,

I am trying to install phpmyadmin on my web server with Windows 2008 and iis 7.

PHP is running fine and I have several sites that rely on it. When installing phpmyadmin - it has errors at the bottom that crypt and mbstring are not properly installed.

When I try to add the php_mcrypt.dll and/or the php_mbstring.dll to the php.ini file (I verified the location and the right file through phpinfo) it crashes. I get a 500 error on all the websites, and I get an error on the server saying FastCGI has failed.

Does anyone know how to fix this or why it is happening? Shouldn't I be able to add extenstions? I have the dll files in the extension folder, which is referenced in the php.ini and other extensions (installed previously) are working as expected.

Other info: php version 5.2.8, pdo driver for mysql version 5.0.51a

Thanks in advance!

© Server Fault or respective owner

Related posts about php

Related posts about iis7