Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php-win.exe - The application was unable to start correctly (0xc00007b)

I am on a Windows 7, 64 bits. I have installed WampServer 3.0.6 x64 (last version). I have installed the Visual C++ 2012 Update 4 x64 (last version too). Everything went successfully !

But i still have the same error when I try to run WampServer :

php-win.exe - Application Error

The application was unable to start correctly (0xc00007b). Click OK to close the application.

I tried everything, still gets this same error.

like image 783
Neyt Avatar asked Sep 15 '16 14:09

Neyt


People also ask

How do I fix PHP exe error?

Try reinstalling the program to fix this problem. Finding the source of the php.exe error is key to properly resolving these errors.


2 Answers

Install Microsoft Visual C++ Redistribute package required or compatible for the software.

like image 84
Sunday Notice Avatar answered Nov 01 '22 11:11

Sunday Notice


Apparently, You need to install more files about Microsoft Visual C++ runtime libraries. Checks VC++ packages installed And you will find all the packages on http://wampserver.aviatechno.net

This problem was fixed for me this way. Thanks to the forum.wampserver

like image 32
ParisaN Avatar answered Nov 01 '22 10:11

ParisaN