On linux:
sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart
Bu işlevler » mcrypt kütüphanesini kullanarak çalışır. » http://mcrypt.sourceforge.net/ adresinden libmcrypt-x.x.tar.gz paketini indirip kurulum yönergelerini izleyerek kütüphaneyi sisteminize kurabilirsiniz.
PHP 5.0.0'dan itibaren libmcrypt'in 2.5.6 ve üstü sürümleri gerekmektedir.
Windows kullanıcıları kütüphaneyi PHP 5.2 Windows çalıştırılabilirleri dağıtımında bulacaktır. PHP 5.3 Windows çalıştırılabilirleri MCrypt kütüphanesinin duruk sürümünü kullandığından DLL kütüphaneleri gerekli değildir.
Sisteminizde libmcrypt 2.4.x veya üstü kuruluysa CAST, LOKI97, RIJNDAEL, SAFERPLUS, SERPENT küme algoritmaları ve ENIGMA (crypt), PANAMA, RC4, WAKE akım şifrelerine ek olarak nOFB şifre kipi de destekleniyor olacaktır.
On linux:
sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart
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.
mcrypt is built in for PHP 5.3.x on windows, you don't need to do anything with a dll anymore.
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.
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)