The DLL is being provided already, there is no need to compile your own for windows. Windows users interested in using mcrypt can download the required dll files at http://ftp.proventum.net/pub/php/win32/misc/mcrypt/
This is noted in the manual at http://www.php.net/mcrypt Jason On Fri, 2003-02-21 at 01:41, W. Enserink wrote: > hi Daniel, > > AFAIK there are not many people with a good working mcrypt dll, if any at > all. In the past there have been more people asking for this, but I can't > remember something came out of it. So if you have one please let the group > know, many will be very interested. If you want to you can download the > original code yourself together with a C comipiler and cook&bake your own > dll for windows.... > > regards Wilbert > > > > > > > > > > > ----- Original Message ----- > From: "Daniel Guerrier" <[EMAIL PROTECTED]> > To: "php user group" <[EMAIL PROTECTED]> > Sent: Friday, February 21, 2003 6:12 AM > Subject: [PHP] php_mcrypt.dll > > > > I'm trying to use the mcrypt function on winXP using > > php 4.3.1 and IIS 5. First the dll would not load but > > I got past that by placing the libmcrypt.dll in my > > system32. Now it loads but when I try to use mcrypt I > > get > > > > Warning: mcrypt_encrypt(): Module initialization > > failed in > > E:\IIS\wwwroot\savehiphop\admin\access\encrypt.php on > > line 6 > > > > I don't think it's the code, it's pretty simple. > > $key = "longencrytionkey"; > > $text = "danny"; > > echo($text . "<br>"); > > > > $newtext = mcrypt_encrypt("MCRYPT_BLOWFISH",$key, > > $text, "ecb"); > > echo($newtext); > > > > > > How do I get mycryt extension to work properly on > > windows? > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - forms, calculators, tips, more > > http://taxes.yahoo.com/ > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > ------------------------- > Pas de Deux > Van Mierisstraat 25 > 2526 NM Den Haag > tel 070 4450855 > fax 070 4450852 > http://www.pdd.nl > [EMAIL PROTECTED] > ------------------------- > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php