5_3 doesn't build... It's with same problem...

/home/felipe/dev/php5/ext/standard/html.c: In function ‘determine_charset’:
/home/felipe/dev/php5/ext/standard/html.c:744: error:
‘mbfl_no_encoding_sjis_win’ undeclared (first use in this function)
/home/felipe/dev/php5/ext/standard/html.c:744: error: (Each undeclared
identifier is reported only once
/home/felipe/dev/php5/ext/standard/html.c:744: error: for each function it
appears in.)
/home/felipe/dev/php5/ext/standard/html.c:745: error:
‘mbfl_no_encoding_sjis_mac’ undeclared (first use in this function)

I was trying to build 5.3 first.

2010/3/12 Moriyoshi Koizumi <m...@mozo.jp>

> I forgot to apply the patch to trunk at that time. So 5_3 should have
> been working. Doesn't it?
>
> Moriyoshi
>
> On Fri, Mar 12, 2010 at 11:53 PM, Felipe Pena <felipe...@gmail.com> wrote:
> > and 5_3? Thanks.
> >
> > 2010/3/12 Moriyoshi Koizumi <moriyo...@php.net>
> >
> >> moriyoshi                                Fri, 12 Mar 2010 14:44:35 +0000
> >>
> >> Revision: http://svn.php.net/viewvc?view=revision&revision=296118
> >>
> >> Log:
> >> - Oops.
> >>
> >> Changed paths:
> >>    U   php/php-src/trunk/ext/standard/html.c
> >>
> >> Modified: php/php-src/trunk/ext/standard/html.c
> >> ===================================================================
> >> --- php/php-src/trunk/ext/standard/html.c       2010-03-12 13:46:52 UTC
> >> (rev 296117)
> >> +++ php/php-src/trunk/ext/standard/html.c       2010-03-12 14:44:35 UTC
> >> (rev 296118)
> >> @@ -747,8 +747,8 @@
> >>                        return cs_eucjp;
> >>
> >>                case mbfl_no_encoding_sjis:
> >> -               case mbfl_no_encoding_sjis_win:
> >> -               case mbfl_no_encoding_sjis_mac:
> >> +               case mbfl_no_encoding_sjis_open:
> >> +               case mbfl_no_encoding_cp932:
> >>                        return cs_sjis;
> >>
> >>                case mbfl_no_encoding_cp1252:
> >>
> >>
> >> --
> >> PHP CVS Mailing List (http://www.php.net/)
> >> To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >
> >
> >
> > --
> > Regards,
> > Felipe Pena
> >
>



-- 
Regards,
Felipe Pena

Reply via email to