mcrypt is built in for PHP 5.3.x on windows, you don't need to do anything with a dll anymore.
Diese Funktionen arbeiten mit mcrypt. Um es zu verwenden, laden Sie libmcrypt-x.x.tar.gz von » http://mcrypt.sourceforge.net/ herunter und folgen den beiliegenden Installationsanweisungen.
libmcrypt Version 2.5.6 oder höher wird benötigt.
Windows-Benutzer werden die Bibliothek in den veröffentlichten PHP 5.2 Windows-Binärdateien finden. Die PHP 5.3 Windows-Binärdateien verwenden die statische Version der Mcrypt-Bibliothek, es werden keine DLLs benötigt.
Wenn Sie libmcrypt 2.4.x oder höher verwenden, werden die folgenden zusätzlichen Blockalgorythmen unterstützt: CASE, LOKI97, RIJNDAEL, SAFERPLUS, SERPENT und die folgenden Chiffren: ENIGMA (crypt), PANAMA, RC4 und WAKE. Mit libmcrypt 2.4.x oder höher ist ein weiterer Chiffriermodus verfügbar; nOFB.
mcrypt is built in for PHP 5.3.x on windows, you don't need to do anything with a dll 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)
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.
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.
On linux:
sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart