On Windows 64 bits installations you must copy libmcrypt.dll to the following location:
C:\WINDOWS\SysWOW64
--
InforTELECOM Hosting
http://www.infortelecom.es
Installing/Configuring
Table of Contents
Requirements
These functions work using » mcrypt. To use it, download libmcrypt-x.x.tar.gz from » http://mcrypt.sourceforge.net/ and follow the included installation instructions. Windows users will find all the needed compiled mcrypt binaries at » http://files.edin.dk/php/win32/mcrypt/.
As of PHP 5.0.0 you will need libmcrypt Version 2.5.6 or greater.
If you linked against libmcrypt 2.4.x or higher, the following additional block algorithms are supported: CAST, LOKI97, RIJNDAEL, SAFERPLUS, SERPENT and the following stream ciphers: ENIGMA (crypt), PANAMA, RC4 and WAKE. With libmcrypt 2.4.x or higher another cipher mode is also available; nOFB.
Installing/Configuring
soporte at infortelecom dot net
30-Sep-2008 06:31
30-Sep-2008 06:31
ch0wnag3 AT gmail DOT com
21-Jul-2008 04:16
21-Jul-2008 04:16
On Windows installations, for the dynamic extension (extension=php_mcrypt.dll) to load properly, you must copy libmcrypt.dll from your PHP root folder (e.g. C:\PHP) to the following location:
C:\WINDOWS\system32
With this done, the dynamic extension will load up just fine.
