Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30191 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60142 invoked by uid 1010); 14 Jun 2007 18:57:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60127 invoked from network); 14 Jun 2007 18:57:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2007 18:57:17 -0000 Authentication-Results: pb1.pair.com header.from=rrichards@ctindustries.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rrichards@ctindustries.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ctindustries.net from 216.117.147.250 cause and error) X-PHP-List-Original-Sender: rrichards@ctindustries.net X-Host-Fingerprint: 216.117.147.250 unknown Received: from [216.117.147.250] ([216.117.147.250:53252] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/64-28062-B8F81764 for ; Thu, 14 Jun 2007 14:57:17 -0400 Received: from [127.0.0.1] ([67.158.171.203]) (authenticated bits=0) by ctindustries.net (8.13.8/8.13.8) with ESMTP id l5EIqaSB010020; Thu, 14 Jun 2007 14:52:36 -0400 Message-ID: <46718FD6.8070308@ctindustries.net> Date: Thu, 14 Jun 2007 14:58:30 -0400 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Stanislav Malyshev CC: Zoe Slattery , internals@lists.php.net References: <466FF910.5000401@googlemail.com> <46716617.7030401@zend.com> In-Reply-To: <46716617.7030401@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000748-5, 06/13/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV version 0.90.2, clamav-milter version 0.90.2 on localhost X-Virus-Status: Clean X-Spam-Status: No, score=-0.7 required=4.4 tests=AWL autolearn=disabled version=3.1.9 X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on ctindustries.net Subject: Re: [PHP-DEV] Building on Windows From: rrichards@ctindustries.net (Rob Richards) Stanislav Malyshev wrote: >> 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. Unless compiling 64 bit that should already be set in config.w32.h and the D_USE_32BIT_TIME_T flag is added during configure (assuming compiler was also detected correctly). Zoe, check the generated Makefile to see if the above flag is being set or not. As far as the SDK goes I think I had used that one sucessfully before (using Vista one now), but definitely had problems with the default one included with VS. And to answer your question, I'm using the full version. Rob