mysql - regarding installation of php in windows -


sir have download , installed php .after installing put files c folder , set path. when check wheather php installed or not using command prompt writing php -v tells me msvcr110.dll file missing.

please me out problem.

you need install visual c++ libraries: http://www.microsoft.com/en-us/download/details.aspx?id=30679

make sure x86 version if use 64-bits os because php needs 32-bit libraries.


Comments