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

Bug 6747

Summary: mbstring support needed in mod_php ebuild
Product: Gentoo Linux Reporter: Ryan Shaw <ryan.shaw>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: enhancement CC: ryan.shaw
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ryan Shaw 2002-08-19 19:56:21 UTC
The mod_php ebuild needs to support enabling mbstring
(multibyte string support). Fortunately, this is a very
simple addition to src_compile():

use cjk && myconf="${myconf} --enable-mbstring"
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-08-26 15:17:51 UTC
committed