search

Home  >  Q&A  >  body text

mcrypt_get_key_size()

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

刘袁铭刘袁铭2591 days ago873

reply all(1)I'll reply

  • 路过

    路过2017-10-11 10:10:43

    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


    reply
    0
  • Cancelreply