Newsgroups: php.internals,php.pear.dev Path: news.php.net Xref: news.php.net php.internals:81131 php.pear.dev:55433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98939 invoked from network); 25 Jan 2015 16:32:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2015 16:32:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wg0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:42242] helo=mail-wg0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/50-31595-E8A15C45 for ; Sun, 25 Jan 2015 11:32:14 -0500 Received: by mail-wg0-f41.google.com with SMTP id a1so5344141wgh.0; Sun, 25 Jan 2015 08:32:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Zd5zMl8kLitDDniJGwV6o72WT5I3byxyHGOoNsqL3+4=; b=FUyExElRHo2KAm+Lg5wE0L6TREPnAyS+RLxlN1ORxLzdIzMxn9zPqWzkb1dnvmRkVD 5DSAfrfq2vyF/6Uf9a0f/cTOBW1dL/7wLbrsUnCyfm3c1A3V+e3lYJUOXYwaRwecBlHE 0hLGzo8K4fmnUc7rLWvrjiq2ng8rwSephGfnh+tvm+EMLYIrTXkcK1nGGIsF2DGy5nry +BA94LjQvcSHkqLh1PbMTydAq2t5e9Hv4IYZ1rXs1znVr1PkeP7V9ZbLbwijlhJDhFsQ PbVxPlE6DUIjdlXpwKyne+pjO89TiTdT785uhAlvpJOR3xYH+GvN/koLiiooZGzQkSl1 vbew== MIME-Version: 1.0 X-Received: by 10.194.88.131 with SMTP id bg3mr34150943wjb.99.1422203531225; Sun, 25 Jan 2015 08:32:11 -0800 (PST) Received: by 10.180.88.33 with HTTP; Sun, 25 Jan 2015 08:32:11 -0800 (PST) In-Reply-To: <54C4FB2C.8050600@lsces.co.uk> References: <54C4E6D3.1090307@lsces.co.uk> <54C4F50F.50506@beccati.com> <54C4FB2C.8050600@lsces.co.uk> Date: Sun, 25 Jan 2015 17:32:11 +0100 Message-ID: To: PHP Internals , PEAR developer mailinglist Content-Type: multipart/alternative; boundary=089e010d849e46f058050d7c909a Subject: Re: [PHP-DEV] Re: [PHP-CVS] Re: Broken apps From: tyra3l@gmail.com (Ferenc Kovacs) --089e010d849e46f058050d7c909a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, Jan 25, 2015 at 3:18 PM, Lester Caine wrote: > On 25/01/15 13:52, Matteo Beccati wrote: > > Not yet. For now, use --without-pear. > > Just for the record ... There have been various comments about PEAR's > future. There is a substantial base of code using it. However the > versions downloaded direct may not actually be usable currently so some > plan to make that code base usable again probably needs to be on the > PHP7 todo list? > > I will cross check the PEAR modules I am currently using when I get that > far since they have already been made e_strict clean. > > -- > Lester Caine - G8HFL > ----------------------------- > Contact - http://lsces.co.uk/wiki/?page=3Dcontact > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > I've added a PR for pear-core(https://github.com/pear/pear-core/pull/33), with those fixes I was able to build a install-pear-nozlib.phar which when copied to php-src/pear/ made make install without error (and I was able to install pear/pecl packages so it seems to be working fine) As I mentioned in the PR, I think it is likely that we will be other upcoming BC breaks requiring changes in PEAR, so instead of requiring a PEAR release and rebuilding http://pear.php.net/install-pear-nozlib.phar I would suggest having a php7 compatible install-pear-nozlib.phar committed to php-src for now (until we have release freeze with php7). What do you think? --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --089e010d849e46f058050d7c909a--