php5apache2_4.dll找不到指定的模块


php5apache2_4.dll The specified module could not be found

我的httpd.conf文件:

LoadModule php5_module "c:/php/php5apache2_4.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/php"

我有Windows 7 32位。我从下载了Apache 2.4.12 Win32http://www.apachelounge.com我从下载了PHP 5.6 (5.6.10) VC11 x86 Thread Safehttp://windows.php.net

我已经安装了Visual C++ Redistributable for Visual Studio 2015 RC

我安装了Visual C++ Redistributable for Visual Studio 2012 Update 4,它运行得很好。