Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20457 invoked from network); 27 Dec 2012 12:57:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2012 12:57:35 -0000 X-Host-Fingerprint: 213.46.158.120 d158120.upc-d.chello.nl Received: from [213.46.158.120] ([213.46.158.120:22832] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/82-16827-CB54CD05 for ; Thu, 27 Dec 2012 07:57:34 -0500 To: internals@lists.php.net Date: Thu, 27 Dec 2012 13:57:28 +0100 Message-ID: <58hod8h3i6gomjulp9js5cuk7elhstlih3@4ax.com> References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 213.46.158.120 Subject: Re: [PHP-DEV] Compiling PHP on Windows 7 - wiki needs update From: phpdev@ehrhardt.nl (Jan Ehrhardt) Jan Ehrhardt in php.internals (Thu, 27 Dec 2012 13:19:08 +0100): >What are the plans for 5.5? A transition to VC10? I once tried to use my >existing php-sdk setup to compile PHP 5.4 with VC10, but not all >compilations succeeded. Compilation failed for php_intl.dll failed with >these errors: > >C:\php-sdk\php54dev>nmake php_intl.dll | find "error" > >Microsoft (R) Program Maintenance Utility Version 10.00.40219.01 >Copyright (C) Microsoft Corporation. All rights reserved. > >.\win32/php_stdint.h(101) : error C2371: 'int_fast16_t' : redefinition; >different basic types >.\win32/php_stdint.h(105) : error C2371: 'uint_fast16_t' : redefinition; >different basic types >NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual >Studio 10.0\VC\BIN\cl.exe"' : return code '0x2' >Stop. > >I did not dig into it to find out how to solve it, because I also got >VC++ Runtime errors. VC9 is good enough for the moment. php_intl version PECL-3.0.0b1 compiled fine with VC10. And the VC++ Runtime errors were caused by php_couchbase.dll. No big deal. Jan