[solved] Mbstring?

#1
Hi,

If I compile Mbstring in Apache then switch to Litespeed how do I enable the Mbstring function as its not showing in my phpinfo file?

Thankyou
 
Last edited by a moderator:

webizen

Well-Known Member
#2
I think you mean compiled Mbstring with PHP in Apache. You need to build Mbstring support in lsphp (PHP + LSAPI) in LSWS.

If you are using whm/cpanel, just build matching php from lsws plugin.

Otherwise, you need to go through PHP compile steps (web admin console -> actions -> compile php).
 
Top