Bug 169807 - www-apps/egroupware mbstring warnings w/ dev-lang/php-5.2.1-r3
Bug#: 169807 Product:  Gentoo Linux Version: 2006.1 Platform: All
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: UPSTREAM Assigned To: web-apps@gentoo.org Reported By: chris@novazur.fr
Component: Applications
URL: 
Summary: www-apps/egroupware mbstring warnings w/ dev-lang/php-5.2.1-r3
Keywords:  
Status Whiteboard: 
Opened: 2007-03-07 18:51 0000
Description:   Opened: 2007-03-07 18:51 0000
After updating php this morning, I have a problem with egroupware :
Warning: mb_strstr() expects parameter 1 to be string, array given in
/var/www/admin/htdocs/egroupware/phpgwapi/inc/class.html.inc.php on line 921
mb_strstr seems to be a part of mbstring, but I don't know how to include it in
my php (some USE?)
If not possible, egroupware ebuild shouldn't prevent from updating php, IMHO.

PS : sorry for my bad english.

------- Comment #1 From Christophe PEREZ 2007-03-07 19:05:43 0000 -------
Seems there is a bugfix :
http://www.egroupware.org/Home?lang=en
May be someone could update ebuild ?

------- Comment #2 From Christophe PEREZ 2007-03-07 19:27:56 0000 -------
a solution can be :
php_value mbstring.func_overload '0'
in apache config or uncomment
mbstring.func_overload = 0
in mbstring section in php.ini

------- Comment #3 From Renat Lumpau 2007-05-26 23:09:41 0000 -------
yep, this is an upstream issue as documented on their website.