Mcrypt with Appserv on Windows
- Install mcrypt extension for Magento and recompile php
- Ecart os
After a while I could figure out how to install the Mcrypt library on Appserv and windows.
Steps:
- Remove the ; (enable) from the php Mcrypt extension line on PHP INI file
- Copy the windows Mcrypt DLL - http://files.edin.dk/php/win32/mcrypt/ - to Windows/System32 folder
- Restart Apache (and probably windows - I did)
- Open a phpinfo file and verify if mcrypt is enabled and what types of encryptions does it carries. If you are using a encryption method that mcrypt does not offer support, it will give a mcrypt module initialization error.
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



Leave a Reply