The program can't start because your computer is missing php_mbstring.dll_PHP Tutorial

WBOY
Release: 2016-07-13 10:42:49
Original
1011 people have browsed it

This article will introduce to you the solution to the problem that the program cannot be started because the computer is missing php_mbstring.dll. I hope this method will be helpful to all students.

When using the command line to create a Zend FrameWork project, the computer prompts "This program cannot be started because the computer is missing php_mbstring.dll. Try reinstalling the program to solve the problem." The solution to this problem is:

sublime text2 saves the php file and prompts "This program cannot be started because php_pdo.dll is missing from the computer. Try reinstalling the program to solve this problem"



Please tell me the reason for this

The installed plug-ins include

First of all, you have to make sure that your PHP already contains the php_mbstring.dll file. You can check whether there is such a file under the ext file in the PHP installation directory. If not, please download the appropriate php_mbstring.dll file according to the PHP version and put it into the ext file. directory.

Then, modify the php.ini configuration. Remove ";extension=php_mbstring.dll" and ";
extension=php_exif.dll", and ensure that php_mbstring.dll is loaded before php_exif.dll, because loading php_exif.dll requires php_mbstring.dll. Then save php.ini and restart the web server.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/633214.htmlTechArticleThis article will introduce to you the solution to the problem that the program cannot be started because the computer is missing php_mbstring.dll. I hope this The method is helpful to all students. Create using the command line...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template