Where can I find the 'official' libmcrypt.dll and php_mcrypt.dll for PHP 5.3 on Windows? -
background: running windows 7 iis express configured use php 5.3 , need load mcrypt module. can't find files need.
i installed php 5.2. iis express , includes both mcrypt files, not compatible php 5.3, since switched vc6 vc9 between 5.2 , 5.3.
there packaged distributions of php including apache etc. wrapped in installers, , need these 2 files.
where can find files?
from documentation, states that:
php 5.3 windows binaries uses static version of mcrypt library, no dll needed.
you should able verify running phpinfo, tell if mcrypt loaded. make sure mcrypt commented out if copied older php.ini file.
Comments
Post a Comment