The content of this article is about opening the mb_string function library in PHP. It has a certain reference value. Now I share it with you. Friends in need can refer to it.
I am using some open source website management on the Internet. When using the system, you may encounter a system prompt that the virtual space you are using does not have the mb_string extension function enabled. The author encountered this situation when using Apple CMS to collect resources. Now I will give you a solution.
1. Make sure that you have the file php_mbstring.dll under Windows/system32. If not, copy it from your Php installation directory extensions into Windows/system32. Different PHP versions may cause the file where php_mbstring.dll is located. The folders are different, so look carefully.
2. Find php.ini in the windows directory, open it for editing, search for mbstring.dll, find
;extension=php_mbstring.dll
and remove the preceding; sign , open support for components
3. Restart the PHP service (if not, you can restart the computer)
4. Complete
Hope it can help all netizens!
The above is the detailed content of PHP opens the mb_string function library. For more information, please follow other related articles on the PHP Chinese website!