close

[Solved] PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0

Today I am facing the following error: PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 in PHP. In this Exerror article, We are going to learn about How to reproduce this error and we will discuss All Possible Solutions Let’s Get Start with This Article.

How PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 Error Occurs?

I am facing the following error.

PHP Warning: 'vcruntime140.dll' 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0

So here I am writing all the possible solutions that I have tried to resolve this error.

How To Solve PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 Error?

  1. How To Solve PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 Error?

    To Solve PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 Error If you are using xampp then Open Your Xampp/apache/bin folder and find a file named with vcruntime140.dll and rename it to vcruntime140_old.dll and then restart apache MySQL will resolve your error.

  2. PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0

    To Solve PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 Error Just download and install Microsoft Visual C++ Redistributable for Visual Studio 2019 Because PHP 7.4.x requires Microsoft Visual C++ Redistributable for Visual Studio 2019. Just Download it From Here. And installing it will resolve your error.

Solution 1: Download Microsoft Visual C++

To Solve PHP Warning: ‘vcruntime140.dll’ 14.0 is not compatible with this PHP build linked with 14.16 in Unknown on line 0 Error Just download and install Microsoft Visual C++ Redistributable for Visual Studio 2019 Because PHP 7.4.x requires Microsoft Visual C++ Redistributable for Visual Studio 2019. Just Download it From Here. And installing it will resolve your error.

Solution 2: For Xampp Users

If you are using xampp then Open Your Xampp/apache/bin folder and find a file named with vcruntime140.dll and rename it to vcruntime140_old.dll and then restart apache MySQL will resolve your error.

Solution 3: Download vc_redist.exe

  1. First of all Open This link.
  2. and then find file vc_redist.x64.exe.
  3. Download it and Install it.
  4. Now, Your error will be solved. Thanks.

Conclusion

It’s all About this error. I hope We Have solved Your error. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also, Read

Leave a Comment