Unable to start this program because the computer lost php_mbstring.dll

Source: Internet
Author: User

This article introduces the solution to the failure to start this program because php_mbstring.dll is lost on the computer. I hope this method will be helpful to you.

When creating a Zend FrameWork project using the command line, the computer prompts "this program cannot be started because php_mbstring.dll is lost on the computer. Try to reinstall the program to solve the problem ." The solution to this problem is:

When sublime text2 saves the PHP file, the system prompts "this program cannot be started because php_pdo.dll is lost in the computer and you try to reinstall this program to solve this problem"



Why is this?

Installed plug-ins include
 

First, make sure that your PHP already contains the php_mbstring.dll file. You can check whether this file exists in the ext file under the php installation directory. If not, download the appropriate php_mbstring.dll File Based on the php version, and put it in the ext directory.

Then, modify the php. ini configuration. Remove "; extension = php_mbstring.dll" and ";
The semicolon before extension = php_exif.dll, and ensure that php_mbstring.dll is loaded before php_exif.dll, because php_mbstring.dll is used to load php_exif.dll. Save php. ini and restart the web server.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.