Cristian Ionitoiu wrote:

>Hi,
>
> 
>
> I have a strange behaviour. After following all the suggested installation
>procedures for php5 and apache2, when I restart apache I get a warning
>window saying "PHP Startup: Unable to load dynamic library
>'C:\php\ext\php_mcrypt.dll' - The specified module could not be found". I
>get this for 6-7 modules.
>
>But, the module DOES EXITS at that address. Please advise. Thanks,
>  
>

Make sure you have set extension_dir properly in php.ini:

extension_dir = "C:\PHP\ext"

Of course, change to where you have the extensions installed. Could fix
your problem.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to