Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12709 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47779 invoked by uid 1010); 10 Sep 2004 08:51:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46866 invoked from network); 10 Sep 2004 08:50:59 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.21) by pb1.pair.com with SMTP; 10 Sep 2004 08:50:59 -0000 Received: (qmail 27849 invoked from network); 10 Sep 2004 08:50:58 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay1 with SMTP; 10 Sep 2004 08:50:58 -0000 Received: (qmail 26521 invoked from network); 10 Sep 2004 08:49:15 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.153.23]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 10 Sep 2004 08:49:15 -0000 Message-ID: <008e01c49713$ce34dc00$0100a8c0@pc07653> To: "Wez Furlong" , "Derick Rethans" Cc: "Daniel Convissor" , "PHP Internals List" References: <20040905193319.91641.qmail@pb1.pair.com> <20040905223229.41761.qmail@pb1.pair.com> <5.1.0.14.2.20040906231133.06501800@localhost> <20040907091235.5283.qmail@pb1.pair.com> <413E02BF.4080604@ganx4.com> <4e89b42604090911107681e23c@mail.gmail.com> <20040909181734.GA4464@panix.com> <4e89b42604091001195cafa47d@mail.gmail.com> Date: Fri, 10 Sep 2004 09:54:38 +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 Subject: Re: [PHP-DEV] Re: Really odd PHP problem... different platform From: nlopess@php.net ("Nuno Lopes") > We need to: > - provide a debug build with symbols (could be generated daily to > reduce load on Edin's snap box) This would great! (I had already suggested that). I don't have the MS compiler, just cygwin, and sometimes I get an error with the snap binnary and then I can't reproduce it with the cygwin build. So, it would be a great help. > - find out exactly how to get Dr. Watson (or whatever) to drop dumps > for applications I'll investigate this. > - otherwise suggest that they install a debugger. Installing dev tools > under win tends to destabilize the system, so its something to avoid > for production machines; Debugging Tools for Windows is much better > for this than VC++/VS.Net, and is also free. > > --Wez.