Hi,

Wednesday, January 21, 2004, 9:09:40 PM, you wrote:
VD> Hi,
 
VD> I want to use the mcrypt module and I followed the
VD> instructions to install the dll for Win32 users :
VD> I copied the libmcrypt.dll file under c:\winnt\system32
VD> I uncommented the  "extension=php_mcrypt.dll" in the php.ini
VD> I restarted the computer
 
VD> I tried many examples available in the Net. The result is always the same :
VD> I can crypt a plain text but I cannot Uncrypt that text. Do
VD> you see any potential reason to this?
VD> I guess this problem is related to my computer / configuration...
 
VD> current config 
VD> PHP 4.3.4
VD> Win 2000
VD> PEAR
 
 
VD> php in fo seems correct about mcrypt

It seems they changed the name of the deinit function in windows, use

mcrypt_generic_end($td);

instead  of
mcrypt_generic_deinit($td);

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to