Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37177 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80260 invoked from network); 22 Apr 2008 15:52:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Apr 2008 15:52:40 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:18573] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/74-59922-6C90E084 for ; Tue, 22 Apr 2008 11:52:39 -0400 Message-ID: To: internals@lists.php.net Date: Tue, 22 Apr 2008 11:52:34 -0400 User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 References: <10845a340804220837w4037d72fw1e291f89d2feee19@mail.gmail.com> <480E085D.3070006@macvicar.net> In-Reply-To: <480E085D.3070006@macvicar.net> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: [PHP-DEV] Recent readdir.h From: auroraeosrose@gmail.com (Elizabeth M Smith) Scott MacVicar wrote: > It's working fine here on VC6 and 2005 on XP. > > afaik the code was only there to deal with older versions of Windows > that didn't have _WINNT32_WINNT defined. > > More investigation is needed to see what exactly is broken. We may just > need to rebuild some of the things in zip.zip again. > > Scott > Confirmed that it's a problem with the 6.1 sdk - the issue is microsoft suddenly defines something that they've never bothered to before, and the bindlib that PHP on windows uses is trying to define it too - probably need to fix it in the bundled lib You can make 2008 use the older 6.0 sdk if you must build it right now, or wait until we get the bundled lib ready for the 2008 compiler Thanks, Elizabeth