eGroupWare php.ini problems?

Billy

Guppy
Hi,

Im trying to install eGroupWare but im stuck on this problem below.

-----------------------------------------------
Checking php.ini: mbstring.func_overload = 7:
ini_get('mbstring.func_overload')='0'
The mbstring.func_overload = 7 is needed to fully support unicode (utf- 8 ) or other multibyte-charsets.
-----------------------------------------------

*** Please make the following change in your php.ini (/usr/local/Zend/etc/php.ini): mbstring.func_overload = 7
*** AND reload your webserver, so the above changes take effect !!!

Is there anyway to solve this issue?

Regards
-Billy
 
ini_set will work, but requires modifications of code, so, I would recommend sending a ticket, addressed to Tanmaya, and asking if there can be anything done about that.

I do not know if it will cause any issue with that modification for others, or if it can be safely changed globally, but Tanmaya can respond to that.
 
Back
Top