Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3061 invoked from network); 10 Apr 2008 18:42:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2008 18:42:04 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.229 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.229 rv-out-0506.google.com Received: from [209.85.198.229] ([209.85.198.229:7106] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/5D-32943-77F5EF74 for ; Thu, 10 Apr 2008 14:42:01 -0400 Received: by rv-out-0506.google.com with SMTP id g37so7005rvb.23 for ; Thu, 10 Apr 2008 11:41:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=fOhbcA4U3Lk3sBdDZRC+baeHFVQyxe57gUbFFYb3o/c=; b=Xbuj9ynKLYVPvETPNjpLVviVTabtuMhCWBcJrNIrI+ywNwW6uYFITAthBJDjByaDNw9sRl/4KbL1qRvdYRmxgBMppRFhbS9Q6haQjh6iqoVX6Mmoiuuqm4Jn0ECN4GzFvfmKg0PCFM/RYax7RDOKNQQdwU5qLmcfo3CGHeDI0m4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ttzdFjZaI3B7TgORWldZG/bd2gKhayx+AiX62LhHjYqx0ucelPLeyKih0v6Sjq9uAwOr2TAtf6zjMqcPkpY3EtAVLxIBaHonzEah5Mo49+jC6+U7e7aWUefgW6CuuQEJESuuFKHg0osLAdn0kyYosDAlAsyEm0hagajuZwUWnTU= Received: by 10.140.127.13 with SMTP id z13mr982887rvc.142.1207852915863; Thu, 10 Apr 2008 11:41:55 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Thu, 10 Apr 2008 11:41:55 -0700 (PDT) Message-ID: Date: Thu, 10 Apr 2008 20:41:55 +0200 To: "Stanislav Malyshev" Cc: "PHP internals" In-Reply-To: <47FE58C3.3040207@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47FCF547.2090802@zend.com> <47FE58C3.3040207@zend.com> Subject: Re: [PHP-DEV] intl win32, which ICU version and binaries? From: pierre.php@gmail.com ("Pierre Joye") On Thu, Apr 10, 2008 at 8:13 PM, Stanislav Malyshev 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