Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12769 - mod_php-4.2.3.ebuild (UPDATE)
Summary: mod_php-4.2.3.ebuild (UPDATE)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-27 01:32 UTC by Masatomo Nakano (RETIRED)
Modified: 2002-12-27 11:42 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 Masatomo Nakano (RETIRED) gentoo-dev 2002-12-27 01:32:14 UTC
hi,

Please added --enable-mbregex when USE='cjk'.

http://www.php.net/manual/en/ref.mbstring.php
--enable-mbregex: Enable regular expression functions with multibyte character 
support. 

Please modify ebuild
from
    use cjk && myconf="${myconf} --enable-mbstring"
to
    use cjk && myconf="${myconf} --enable-mbstring --enable-mbregex"

Regards,
Masatomo Nakano
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-12-27 11:42:40 UTC
committed.