Question

I want to use simpleHTMLDom in my development environment, a Windows server running Apache 2.2 and PHP 5.3.14 (downloaded from Apache). I want to enable mbstring (extension=php_mbstring.dll), but I see the following error in the PHP logs when I restart Apache:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_mbstring.dll' in Unknown on line 0

The DLL file is there. I found on php.net that mbstring needs libmbfl to work. I can not find how to get libmbfl to work though.

I can't find a DLL of any sort that loads libmbfl. How can I get simpleHTMLDom to work under my development environment?

Was it helpful?

Solution

i think this will help to install libmbfl then you can do this

https://github.com/moriyoshi/libmbfl

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top