Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36990 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19763 invoked from network); 12 Apr 2008 20:16:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2008 20:16:54 -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.233 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.233 rv-out-0506.google.com Received: from [209.85.198.233] ([209.85.198.233:43505] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/0F-36570-EA811084 for ; Sat, 12 Apr 2008 16:16:51 -0400 Received: by rv-out-0506.google.com with SMTP id g37so258327rvb.23 for ; Sat, 12 Apr 2008 13:16:43 -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=yUvXll8GpuHB5cWyyXhVNmJaxtN/igc5aDMaCZy9qVg=; b=QekvSobze04HXxWjQkbOct8+f6P8cwKPv7Xk0tQg5FcRjTfuanUKuceEE19J1pKXVfdq9pg4/eZLmDfyAp4GSmON9uTNifeX3stj2NZEAZsjdT7SS/auoNVpnLWzh8mnC14LVdfckPA2BSjWv1HDtTK8FHl0rF+8CdZRykoKqK4= 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=jgv4Gu/ylfkbMG7QJ5OCrrDN88IgQK7JZWfDSx9hO551WZX/wmPNv+y/pyAZP90dryWW/2VCZdA07gqAjWZU22012SRbT4bMaUJoDkns1Iof/+FRyK7zzBvYTonQd5HDvxZZqxI/FqLv3XOtU7H8ptRn/99ORjnmOw/M7eqRv8U= Received: by 10.140.201.1 with SMTP id y1mr2385304rvf.200.1208031403231; Sat, 12 Apr 2008 13:16:43 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Sat, 12 Apr 2008 13:16:43 -0700 (PDT) Message-ID: Date: Sat, 12 Apr 2008 22:16:43 +0200 To: "Stanislav Malyshev" Cc: "PHP internals" In-Reply-To: <47FFA984.7010705@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> <47FE6579.6090107@zend.com> <47FE6E82.5070207@zend.com> <47FFA984.7010705@zend.com> Subject: Re: [PHP-DEV] intl win32, which ICU version and binaries? From: pierre.php@gmail.com ("Pierre Joye") 2008/4/11 Stanislav Malyshev : > > > > Which VC do you use? > > > > VS 2005. Ok, the build finally works. It seems to be a bug in VC 2003, the UnicodeString declaration makes it crazy (and extract). As ICU 3.6 can't be build with anything but 2003, I used IBM's binaries with VC 2005 and it works. But it is not a good thing, ICU and PHP should be built using the same compilers, VC 2005 or VC 6 (I hope we'll drop it for php6). I'm not sure if using cygwin built will work well but it can be an alternative. A side note about the sources, it will be nice if all intl developers define the PHP coding standard (like tabs and no space, indentation, etc.) in their favorite editors and use the same line endings (there is mac, windows and linux in there). Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org