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.