Browsing Category: "AppServ"

Mcrypt with Appserv on Windows

Mcrypt, AppServ, security, PHP October 2nd, 2007

After a while I could figure out how to install the Mcrypt library on Appserv and windows.

Steps:

  1. Remove the ; (enable) from the php Mcrypt extension line on PHP INI file
  2. Copy the windows Mcrypt DLL - http://files.edin.dk/php/win32/mcrypt/ - to Windows/System32 folder
  3. Restart Apache (and probably windows - I did)
  4. 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.
[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Tip for Installing cURL with AppServ development server on Windows

cURL, AppServ September 20th, 2007

If you are running AppServ as a WAMP development environment on a Windows machine, you may experience difficulty installing cURL. Here are some helpful steps:

First go to the PHP directory and copy the following libraries to the windows/system32 dir.

ssleay32.dll

libeay32.dll

Open the php ini file and remove the ; from extension=php_curl.dll

Reboot your machine to load the dlls and restart apache.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
blank