I would hazard a guess that you either did not properly uninstall the previous com/tag/versions">versions.
OR
You have at some stage copied something from either Apache or PHP into somewhere like C:\com/tag/windows">windows\system32 or something like that and whatever that was was not removed when you uninstalled the previous com/tag/versions">versions, and it is that that is causing the problems.
OR
You have something added to your PATH and did not chnage it.
It should not be necessary to copy anything to the Windows com/tag/folder">folder or have anything hardcoded onto your PATH.
manpreet
Best Answer
2 years ago
I recently upgraded to Apache 2.4.7 (x86) and PHP 5.5.9 (x86 as Apache module) on Windows 7 x64. I downloaded the Apache binary from apachelounge.com and the PHP binary from windows.php.net.
Now the error logs keep telling me that the PHP build API and certain extension APIs (php_fileinfo.dll for instance) are mismatched. I downgraded back to Apache 2.2.22 and PHP 5.3.6, using the original MSI's I previously installed them with, and I have the same problem!
Does anyone know what has caused this?