Fatal error: Call to undefined function mcrypt_get_iv_size()
Posted by Raj
Fatal error: Call to undefined function mcrypt_get_iv_size()
In this tutorials,I will show how to resolve Fatal error: Call to undefined function mcrypt_get_iv_size()
Steps:
1.Download libmcrypt.dll from
http://ftp.emini.dk/pub/php/win32/mcrypt/
2.Copy the file to system32.
3.Open valid php.ini file in the windows directory
4.Search for a line
;extension=php_mcrypt.dll
in php.ini file
5.Remove the ; at the beginning of the line.
6.Rrestart apache.
7.Done
In this tutorials,I will show how to resolve Fatal error: Call to undefined function mcrypt_get_iv_size()
Steps:
1.Download libmcrypt.dll from
http://ftp.emini.dk/pub/php/win32/mcrypt/
2.Copy the file to system32.
3.Open valid php.ini file in the windows directory
4.Search for a line
;extension=php_mcrypt.dll
in php.ini file
5.Remove the ; at the beginning of the line.
6.Rrestart apache.
7.Done
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
call to undefined function mcrypt_get_iv_size,
call to undefined function mcrypt_module_open,
PHP,
PHP interview questions and answers
.You can leave a response, or trackback from your own site.
December 7, 2012 at 1:54 PM
Thank dude :)