Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83038 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67728 invoked from network); 18 Feb 2015 10:37:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2015 10:37:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=lester@lsces.co.uk; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lester@lsces.co.uk; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lsces.co.uk from 217.147.176.214 cause and error) X-PHP-List-Original-Sender: lester@lsces.co.uk X-Host-Fingerprint: 217.147.176.214 mail4-2.serversure.net Linux 2.6 Received: from [217.147.176.214] ([217.147.176.214:41600] helo=mail4.serversure.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 31/97-18888-A5B64E45 for ; Wed, 18 Feb 2015 05:37:14 -0500 Received: (qmail 5607 invoked by uid 89); 18 Feb 2015 10:37:11 -0000 Received: by simscan 1.3.1 ppid: 5595, pid: 5603, t: 0.0750s scanners: attach: 1.3.1 clamav: 0.96/m:52/d:10677 Received: from unknown (HELO ?10.0.0.8?) (lester@rainbowdigitalmedia.org.uk@86.189.147.37) by mail4.serversure.net with ESMTPA; 18 Feb 2015 10:37:11 -0000 Message-ID: <54E46B56.5050705@lsces.co.uk> Date: Wed, 18 Feb 2015 10:37:10 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: internals@lists.php.net References: <54E27D8D.5020901@lerdorf.com> <54E2838D.5000907@lerdorf.com> <54E30F26.2000500@lsces.co.uk> <54E4472B.7090908@php.net> In-Reply-To: <54E4472B.7090908@php.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Compile problems - Was Switch jumptable optimization From: lester@lsces.co.uk (Lester Caine) On 18/02/15 08:02, Sebastian Bergmann wrote: >> It seems not even running distclean clears down everything that needs >> > removing for some of the changes currently going through. ./vcsclean > I stopped using distclean / vcsclean a while ago. "git clean -xdf" > does the trick for me. hg purge /all needed a little help to hide the bits that I need for thg and eclipse, but I seem to have that under control now. So it's just a right click function in thg. All that remains is adding back in extensions like imagick which I'd like in the ext folder but which git/hg want from a different repo. Ideally ext would just be a list of sub-repo's one can switch on and off rather than having to list each in the ./configure string. I'm using a local process via hg to merge the different git elements so that the IDE sees all the cross references in the one code tree. On that side, I don't enable the mysql stuff normally and while mysqlnd is compiling happily as a shared extension it looks like I can't load it as it is not actually a valid extension? Is that a bug or is the fact it's allowed to select 'shared' in ./configure the bug? -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk Rainbow Digital Media - http://rainbowdigitalmedia.co.uk