php5apache2_4.dll not found error
apache, php, windows-7-x64
Solution
You are right Marty, they work only if both are either 32bit or 64 bit. I used XAMPP- Apache's distributed installation to resolve this issue.
Problem
I'm trying to integrate php on Apache. Following is the versions I'm using ``` Apache 2.4 (httpd-2.0.64-win32-x86-openssl-0.9.8o) PHP (php-5.5.0-Win32-VC11-x64.zip) ``` I'm setting this on a `64 bit` `windows 7` machine. I have made the configurations as per this, but I'm getting the following error even though I have place the `dll` in the specified folder. Cannot load C:/php/php5apache2_4.dll into server: The specified module could not be found. The `httpd.conf` line entry is this ``` LoadModule php5_module "C:/php/php5apache2_4.dll" ``` Is there any version compatible issues?