Hi,
I allways get this error msg.
The dll is in the ext/ folder, but it' php is not loading it! why????
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\WebSoft\php\ext\php_mcrypt.dll' - The specified
module could not be found. in Unknown on line 0
ThxWjhat if you try:
C:/WebSoft/php/ext/
for the extension_dir?I found the problem!
I needed this file:
<!-- m --><a class="postlink" href="http://ftp.emini.dk/pub/php/win32/mcrypt/libmcrypt.dll">http://ftp.emini.dk/pub/php/win32/mcrypt/libmcrypt.dll</a><!-- m -->
that was not in the php.zip.
and copy it to c:\windows\system32
and to the php root directory
I allways get this error msg.
The dll is in the ext/ folder, but it' php is not loading it! why????
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\WebSoft\php\ext\php_mcrypt.dll' - The specified
module could not be found. in Unknown on line 0
ThxWjhat if you try:
C:/WebSoft/php/ext/
for the extension_dir?I found the problem!
I needed this file:
<!-- m --><a class="postlink" href="http://ftp.emini.dk/pub/php/win32/mcrypt/libmcrypt.dll">http://ftp.emini.dk/pub/php/win32/mcrypt/libmcrypt.dll</a><!-- m -->
that was not in the php.zip.
and copy it to c:\windows\system32
and to the php root directory