encrypt xampp

Solutions on MaxInterview for encrypt xampp by the best coders in the world

showing results for - "encrypt xampp"
Ezio
02 Jan 2019
11-First, you should download the suitable version for your system from here:
2https://pecl.php.net/package/mcrypt/1.0.3/windows
3
42-Later, you should copy php_mcrypt.dll under ../xampp/php/ext/
5
63-you should enable extension like extension=mcrypt from xampp/php/php.ini
7
8personly I modified the php.ini file and i add this lines :
9
10extension=imap
11extension=mcrypt
12
13of course, these two lines have the 3 dll file saved on ../xampp/php/ext/ as :
14
15php_imap.dll
16php_mcrypt.dll