Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55330 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1683 invoked from network); 9 Sep 2011 10:20:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2011 10:20:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.42 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.213.42 mail-yw0-f42.google.com Received: from [209.85.213.42] ([209.85.213.42:40557] helo=mail-yw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/52-18042-058E96E4 for ; Fri, 09 Sep 2011 06:20:01 -0400 Received: by ywb3 with SMTP id 3so1629508ywb.29 for ; Fri, 09 Sep 2011 03:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=xsp8Oe6aBGYmcNreqbRPQDcq6k+IUWBAPsSlLCCExAA=; b=UWlEr3q0PsatnW+aUIiN+tlSYZyZCY0kwNgfH3e71ljKK7BykLkSHeJAZHqj500xdt mq6Qvdqs7Jpl7Ybpb2Qato2ErfqEhQEMRmQmfR/mts/IWwnagWQMhcTzfKqwuSBWsYP2 yiH1VgeDVaus2zRMZxB87KBs1QnwnylE8j+ik= Received: by 10.100.233.33 with SMTP id f33mr1638450anh.2.1315563598104; Fri, 09 Sep 2011 03:19:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.33.19 with HTTP; Fri, 9 Sep 2011 03:19:38 -0700 (PDT) In-Reply-To: <4E69E60A.5050004@lsces.co.uk> References: <4E69E60A.5050004@lsces.co.uk> Date: Fri, 9 Sep 2011 15:19:38 +0500 Message-ID: To: Lester Caine Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Using source code ... From: confik@gmail.com (Alexey Shein) Hello, Lester, try to start from scratch by running ./vcsclean first, often it helps to solve all cache issues from previous builds. 2011/9/9 Lester Caine : > I probably need to roll back a bit further, but I already have the current > hg cone of php-src on the main repo here, so I've cloned a PHP5.3 and PHP5.4 > from it to work on from my SUSE11.3 machine. This is a gash development > machine so I can screw up the PHP to my harts content ;) > > Added autoconf2.13 to get ./buildconf running, and I'm in the 5.3 copy but > I'm getting > 'suspicious cache-id, must contain _cv_ to be cached' > against the pdo drivers including php_firebird which is exactly where I want > to work. > > Do I need to download all of this from SVN or am I simply missing something? > A quick check seems to point to the _cv_ being a PHP5.4 change? > > -- > 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// > Firebird - http://www.firebirdsql.org/index.php > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Regards, Shein Alexey