Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30186 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53797 invoked by uid 1010); 14 Jun 2007 16:00:50 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53769 invoked from network); 14 Jun 2007 16:00:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 16:00:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.114 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.114 unknown Windows 2000 SP4, XP SP1 Received: from [63.205.162.114] ([63.205.162.114:47562] helo=us-ex1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/F5-08628-F1661764 for ; Thu, 14 Jun 2007 12:00:44 -0400 Received: from [127.0.0.1] ([192.168.16.180]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 14 Jun 2007 09:00:23 -0700 Message-ID: <46716617.7030401@zend.com> Date: Thu, 14 Jun 2007 09:00:23 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Zoe Slattery CC: internals@lists.php.net References: <466FF910.5000401@googlemail.com> In-Reply-To: <466FF910.5000401@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Jun 2007 16:00:23.0816 (UTC) FILETIME=[1DE78880:01C7AE9D] Subject: Re: [PHP-DEV] Building on Windows From: stas@zend.com (Stanislav Malyshev) > Has anyone built PHP6 using Visual C++ Express Edition V8? The symptoms > I get are pretty well described in http://bugs.php.net/bug.php?id=39130 > and I'm just wondering if this was fixed for PHP5 and not PHP6? Ah, this is a very familiar issue, you need to set USE_32BIT_TIME_T in either project or some top include. You may also want to set _CRT_SECURE_NO_DEPRECATE otherwise it will output a ton of warnings. -- Stanislav Malyshev, Zend Products Engineer stas@zend.com http://www.zend.com/