I'm trying to update from PHP 5.3 to PHP 5.5 after downloading the last version from here and I'm having this error:
Can't start php-cgi.exe - MSVCR110.dll is missing
I've read that I need to install Visual C++ Redistributable for Visual Studio 2012. Is that right?
Can't I just download the .dll
file? Why should I install VS just to work with PHP?
Thanks.