Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6747 - mbstring support needed in mod_php ebuild
Summary: mbstring support needed in mod_php ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-19 19:56 UTC by Ryan Shaw
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 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