PHP mbstring doesn't work with Apache on Windows

梦想与她 提交于 2019-12-04 19:58:00
Gianfranco

I had the same problem and I solved it with a cmd command

  1. Turn off all the apache services
  2. Run cmd as administrator
  3. Go to the bin folder of apache, in my case, with the command cd C:\Apache24\bin
  4. create a symbolic link with the file php.ini with the command bin>mklink php.ini C:\php\php.ini

Example:

I hope this will help you solve your problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!