1

I've installed php-mbstring on Centos 7 with: yum install php-mbstring and everything seemed to go well please see screenshot below.

I then went to view the phpinfo() output and searched for "mbstring" and it's not showing up as installed. Anyone have a clue why this might be?

enter image description here

Glen Elkins
  • 867
  • 9
  • 30

1 Answers1

4

Try restarting Apache:

/etc/init.d/apache2 restart
halfer
  • 19,824
  • 17
  • 99
  • 186
piyush
  • 655
  • 4
  • 11