Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 169807

Summary: www-apps/egroupware mbstring warnings w/ dev-lang/php-5.2.1-r3
Product: Gentoo Linux Reporter: Christophe PEREZ <chris>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: High    
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Christophe PEREZ 2007-03-07 18:51:17 UTC
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 Christophe PEREZ 2007-03-07 19:05:43 UTC
Seems there is a bugfix :
http://www.egroupware.org/Home?lang=en
May be someone could update ebuild ?
Comment 2 Christophe PEREZ 2007-03-07 19:27:56 UTC
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 Renat Lumpau (RETIRED) gentoo-dev 2007-05-26 23:09:41 UTC
yep, this is an upstream issue as documented on their website.