No php_mbstring.dll found. The file cannot be started.

Source: Internet
Author: User

This article has added the PHP Command Line mode prompt "php_mbstring.dll is not found and the file cannot be started". You can refer to it if you need it.

Solution:
In the php. ini file, move extension = php_mbstring.dll to extension = php_exif.dll.

The reason is that exif needs to call mbstring, so mbstring must be in front.


Php_exif.dll, EXIF function library, php_mbstring.dll.

In php. ini, php_exif.dll must be loaded after php_mbstring.dll.


If the above method is invalid, refer to method 2.

Php_mbstring.dll not found. The file cannot be started,

Solution:

In php. ini, the default value is extension_dir = "./". However, the extension dll is under the ext directory, So modify it to extension_dir = "ext.

If no php_mbstring.dll file exists in the system, you can download it.

The installation method is as follows:

Copy your downloaded php_mbstring.dll

C:/Windows/System/System32
C:/Windows/System
C:/Windows

Here is the system directory. the disk you installed on is

This site to create an article reprinted indicated source http://www.bKjia. c0m/phper/php.html

Related Article

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.