Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169807 - www-apps/egroupware mbstring warnings w/ dev-lang/php-5.2.1-r3
Summary: www-apps/egroupware mbstring warnings w/ dev-lang/php-5.2.1-r3
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-07 18:51 UTC by Christophe PEREZ
Modified: 2007-05-26 23:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.