php - Appserv mcrypt with windows 7 -


i have uncomment in php.ini have put libmcrypt.dll in system32/ have check appserv/php5/ext/ contains php_mcrypt.dll have restart pc many time , im using pc

but still cant load it

any solution??

  1. open php.ini file, c:\windows\php.ini, , change ;extension=php_mcrypt.dll extension=php_mcrypt.dll (just removing ; beginning of line).

  2. copy file c:\appserv\php5\libmcrypt.dll folder c:\appserv\apache2.2.

  3. restart apache.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -