Re: [PHP-I18N] mbstring problem

2003-03-27 Thread Moriyoshi Koizumi
First, be sure to CC your responses to the list so other people could learn something from this thread.. I guess you did some mistakes at configure. When the configure line is too long and you'd like to expand it to multiple lines, check if each line doesn't contain any spaces after "\" sign. I

Re: [PHP-I18N] mbstring problem

2003-03-25 Thread Moriyoshi Koizumi
t; > But I just get japanese and multibyte regex supported. > > Please help > > Best Regards > Patrick Tsang > > > - Original Message - > From: "Moriyoshi Koizumi" <[EMAIL PROTECTED]> > To: "Patrick T. Tsang" <[EMAIL

Re: [PHP-I18N] mbstring problem

2003-03-25 Thread Moriyoshi Koizumi
Hi, Patrick T. Tsang" <[EMAIL PROTECTED]> wrote: > From php.net, it says no more '--enable-mbstring' needed in PHP 4.3.0 but > I failed to have mbstring support without this! That's not the case, just a documentation problem. > Also I can't see any GB and BIG5 support shown on phpinfo(), only J

[PHP-I18N] mbstring problem

2003-03-25 Thread Patrick T. Tsang
Dear all, I am using PHP 4.3.0 and have compiled it with mbstring support. here is the compile line. ./configure --with-apxs=/usr/local/apache/bin/apxs \ --with-config-file-path=/usr/local/apache/conf --enable-versioning \ --with-mysql --enable-ftp --enable-bcmath --enable