On Thu, Apr 10, 2008 at 8:13 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> Hi!
>
>
>
> >
> > Is what I get:
> >
> > http://phpfi.com/308828
> >
> > I did not investigate further yet but it may be simply a missing include.
> >
>
>  I've fixed the ascii_check issue, but don't see other ones, current CVS
> builds fine for me.

UnicodeString::UnicodeString(unsigned short const *,int) seems
actually wrong, for what I can see in the headers. There is no
constructor with this signature. I'm also not sure that initializing
it this way is correct, should you not use the UNICODE_STRING macro?
Or is it only for static string? I used the C equivalent macros
(U_STRING_DECL/INIT) with 2.x, not sure what's the current policy
(using 3.6).

Cheers,
-- 
Pierre
http://blog.thepimp.net | http://www.libgd.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to