The following issues occurred during the installation of the PHP environment today
So I went to the website to search and download the MSVCR110.dll. After decompression, the MSVCR110.dll is placed in the C:\\WINDOWS\SYSWOW64 (64-bit system, 32 system placed under C:\WINdows\system32), and then window+r (boot run), input cmd, in the input regsvr32 Msvcr110.dll, the problem is solved, but the following problems arise
After the "consultation under the Baidu", the problem was resolved. The steps to resolve are as follows:
1. Download Visual C + + redistrbutable for visual Studio Update 4. Address: http://www.microsoft.com/zh-CN/download/details.aspx?id=30679, go to this page
2. Select language: English, then click Download
3. Select the appropriate version for your computer system (32-bit, 64-bit).
4. Click Next, the new download task appears, click on the download will be OK.
5. After downloading, run the downloaded EXE file.
6. There is no problem running the PHP environment.
Installation of the Integrated PHP development environment "lost MSVCR110.dll in the computer" issue