Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24854 - PHP CJK multibyte support only compiles Janpanese
Summary: PHP CJK multibyte support only compiles Janpanese
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-19 23:17 UTC by liuspider
Modified: 2003-08-11 00:50 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 liuspider 2003-07-19 23:17:46 UTC
php compile parameter --enable-mbstring only enable janpanese support (details can be 
found http://cn2.php.net/mbstring) 
 
in order to support chinese and  korean, the parameter should be changed to 
--enable-mbstring=all 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 liuspider 2003-07-19 23:20:19 UTC
I wanted to change the correspoding eclass to solve this, but I found an interesting thing: 
 
when I echo $myconf just before econf in php.eclass, I found all the compile parameters are 
specified twice!  
 
But I just couldn't figure it out why. 
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-08-11 00:50:41 UTC
fixed in cvs.