Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50360 invoked from network); 25 Nov 2009 13:30:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2009 13:30:03 -0000 Authentication-Results: pb1.pair.com header.from=michael@no-surprises.co.uk; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=michael@no-surprises.co.uk; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain no-surprises.co.uk designates 80.68.93.37 as permitted sender) X-PHP-List-Original-Sender: michael@no-surprises.co.uk X-Host-Fingerprint: 80.68.93.37 river.mgdm.net Received: from [80.68.93.37] ([80.68.93.37:50637] helo=river.mgdm.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/D0-45906-A513D0B4 for ; Wed, 25 Nov 2009 08:30:03 -0500 Received: from [10.1.10.110] (emcukhs1.plus.com [84.92.198.99]) (Authenticated sender: michael) by river.mgdm.net (Postfix) with ESMTPSA id EA5BF28075; Wed, 25 Nov 2009 13:29:59 +0000 (GMT) Message-ID: <4B0D3158.90206@no-surprises.co.uk> Date: Wed, 25 Nov 2009 13:30:00 +0000 User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Jess Portnoy CC: internals@lists.php.net References: <4B0BE3B5.1030606@no-surprises.co.uk> <4B0D23E4.4070305@zend.com> <4B0D258E.3060403@no-surprises.co.uk> <4B0D2DBE.6000000@zend.com> In-Reply-To: <4B0D2DBE.6000000@zend.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] potential null dereference in ext/ftp/ftp.c From: michael@no-surprises.co.uk (Michael Maclean) Jess Portnoy wrote: > The thing I like a lot about clang is that it can be used as a drop-in > substitute for GCC so you can actual call clang or clang++ instead of > executing gcc/g++, see here: Sure, that's how I compiled PHP with it. CC=clang ./configure --enable-all --my-usual=stuff make make test :)