Hi,
Apparently after updating to PHP 5.2.10 and using the mbstrings add-on, the mbregex option is disabled by default with cPanel.
I am unsure how to enable mbregex with mbstrings using cPanel.
Does anyone know how to do this?
Thanks in advance.
Hi,
Apparently after updating to PHP 5.2.10 and using the mbstrings add-on, the mbregex option is disabled by default with cPanel.
I am unsure how to enable mbregex with mbstrings using cPanel.
Does anyone know how to do this?
Thanks in advance.
In PHP 5, "mbregex" is enabled by default when installing "mbstring" and you do not need any additional configure option set.
You can however disable this functionality specifically by using the configure option "--disable-mbregex" with configure at compile time and unless you see this flag explicitedly set in your phpinfo() screen and are running mbstring, chances are you already have "mbregex" already working correctly on your server.