Mantis - Quercus
Viewing Issue Advanced Details
1919 minor always 07-01-07 20:32 08-01-07 06:27
rdredge  
nam  
normal  
closed 3.1.3  
fixed  
none    
none 3.1.3  
0001919: mcrypt_get_iv_size does not appear to be implemented?
Getting an error trying to use the mcrypt_get_iv_size function.

Error:
    'mcrypt_get_iv_size' is an unknown function

Sample code:

        $iv_size = mcrypt_get_iv_size(MCRYPT_3DES, MCRYPT_MODE_ECB);
        $iv = mcrypt_create_iv($iv_size, MCRYPT_DEV_RANDOM);

PHP.net URL:
http://www.php.net/mcrypt_create_iv [^]


Notes
(0002169)
nam   
08-01-07 06:27   
php/1q0p