Требования

Эти функции работают используя » mcrypt. Для того, чтобы использовать их, загрузите libmcrypt-x.x.tar.gz из » http://mcrypt.sourceforge.net/ и следуйте инструкциям по установке.

Начиная с PHP 5.0.0 вам понадобится libmcrypt версии 2.5.6 или выше.

Пользователи Windows могут найти библиотеку в бинарном релизе PHP 5.2 для Windows. Бинарный релиз PHP 5.3 для Windows использует статическую версию библиотеки MCrypt, DLL-файл не нужен.

Если вы используете libmcrypt 2.4.x или выше, поддерживаются следующие дополнительные блочные алгоритмы: CAST, LOKI97, RIJNDAEL, SAFERPLUS, SERPENT, и следующие шифры потоков: ENIGMA (crypt), PANAMA, RC4 and WAKE. С libmcrypt 2.4.x или выше также доступен другой режим шифрования: nOFB.

Коментарии

If installing libmcrypt from RPM, you need both libmcrypt*.rpm and libmcrypt-devel*.rpm. I found RPMs for both were available for most platforms on this page:

http://rpmforge.net/user/packages/libmcrypt/

Also files.edin.dk does not seem to carry the win32 files anymore.
2009-02-02 23:55:35
http://php5.kiev.ua/manual/ru/mcrypt.requirements.html
Автор:
mcrypt is built in for PHP 5.3.x on windows, you don't need to do anything with a dll anymore.
2010-11-30 07:53:34
http://php5.kiev.ua/manual/ru/mcrypt.requirements.html
Автор:
Both mcrypt and libmcrypt are available through the linked website.  You simply have to click the "Browse all files" or similar link once on the "development site" and not just look for the default Sourceforge download button.
2012-05-22 05:55:01
http://php5.kiev.ua/manual/ru/mcrypt.requirements.html
there are no instructions included with the sourceforge download.

After php 5.3 mcrypt is automatically included and enabled.
(i was looking to enable an extension)
2014-04-08 18:48:58
http://php5.kiev.ua/manual/ru/mcrypt.requirements.html
Автор:
On linux:

sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart
2015-03-30 13:00:21
http://php5.kiev.ua/manual/ru/mcrypt.requirements.html

    Поддержать сайт на родительском проекте КГБ