mcrypt_get_key_size()
刘袁铭
刘袁铭 2017-10-10 19:47:34
0
1
872

php study needs to use mcrypt_get_key_size(), how to enable mcrypt_

刘袁铭
刘袁铭

reply all(1)
路过

Enable the PHP extension module Mcrypt in the windows environment

1. Edit php.ini and remove the ';' before extension=php_mcrypt.dll

2. Check d:\ Check whether there is php_mcrypt.dll under **\php5\ext, and whether there is libmcrypt.dll under d:\**\php5

3. Copy libmcrypt.dll to C:\Windows\system32

4. Restart the Apache server


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!