Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39188 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36458 invoked from network); 22 Jul 2008 14:29:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jul 2008 14:29:47 -0000 Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.143 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.143 smtprelay-virgin0143.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.143] ([64.99.136.143:35998] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/91-46193-4DEE5884 for ; Tue, 22 Jul 2008 10:29:44 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id 2F9551F5980; Tue, 22 Jul 2008 14:29:37 +0000 (UTC) X-SpamScore: 1 Received: from foxbox (77-97-189-167.cable.ubr07.shef.blueyonder.co.uk [77.97.189.167]) (Authenticated sender: steph.fox) by omf09.hostedemail.com (Postfix) with ESMTP; Tue, 22 Jul 2008 14:29:36 +0000 (UTC) Message-ID: <036601c8ec07$91a36570$a7bd614d@foxbox> To: "Pierre Joye" Cc: "Pierre-Alain Joye" , , References: <02e701c8ebff$305fed40$a7bd614d@foxbox> Date: Tue, 22 Jul 2008 15:31:01 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 X-Spam-Summary: 2,0,0,794b00d340610bd4,9687c1c7f57b7054,steph@php.net,,RULES_HIT:355:379:539:540:541:542:543:567:599:601:947:960:982:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1540:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2828:3027:3352:3865:3866:3867:3868:3869:3870:3871:3872:3874:5007:6120:6261:7653:7875,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Subject: Re: [PHP-DEV] Re: [INTERNALS-WIN] Re: [PHP-CVS] cvs: php-src /win32/build confutils.js From: steph@php.net ("Steph Fox") >> Does anyone know the conditions that broke the script in HEAD, e.g. which >> extension/what was missing? Even throwing away the libxml libraries >> doesn't >> cause an error here. > > Easiest way to reproduce the runtime error in confutil is to empty the > lib/ dir and leave only resolv's files. Heh... Checking for arpa\nameser.h ... ..\bindlib_w32 Checking for library resolv_a.lib ... Checking for library resolv.lib ... ERROR: We really need that arpa\nameser.h file - it is part of the bindlib package Actually with that fixed, the thing *still* works for me in HEAD. Sounds like a good idea but... doesn't help here. I'm going to drop this for now and investigate when I've time. But it really wasn't a nasty merging accident (unlike the other one), it's just a weird and - for me at least - unreproducible error. - Steph