Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34777 invoked from network); 15 Apr 2015 03:51:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2015 03:51:59 -0000 Authentication-Results: pb1.pair.com smtp.mail=christopher.jones@oracle.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=christopher.jones@oracle.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain oracle.com designates 156.151.31.81 as permitted sender) X-PHP-List-Original-Sender: christopher.jones@oracle.com X-Host-Fingerprint: 156.151.31.81 userp1040.oracle.com Received: from [156.151.31.81] ([156.151.31.81:51416] helo=userp1040.oracle.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6E/EB-47925-C50ED255 for ; Tue, 14 Apr 2015 23:51:58 -0400 Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t3F3prps010048 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Apr 2015 03:51:54 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t3F3prjW007551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 15 Apr 2015 03:51:53 GMT Received: from abhmp0015.oracle.com (abhmp0015.oracle.com [141.146.116.21]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t3F3pqju010072 for ; Wed, 15 Apr 2015 03:51:52 GMT Received: from [10.159.181.168] (/10.159.181.168) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 14 Apr 2015 20:51:52 -0700 Message-ID: <552DE05F.7080905@oracle.com> Date: Tue, 14 Apr 2015 20:51:59 -0700 Organization: Oracle Corporation User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Subject: Re: [PHP-DEV] Fixing bundled extension version mess From: christopher.jones@oracle.com (christopher jones) On 4/14/15 7:21 PM, Pierre Joye wrote: > hi, > > We tried that many times but we fail to handle the version of bundled > extensions. > > Along with some installer work and other integration (projects > dependencies management, composer or other), we need to find a way to > get rid of this problem. > > What do you think to simply use the PHP version number instead of some > outdated (most of the time) version for all bundled extensions? > > For extensions being available both bundled or externally, the > external versions will provide a sane version number when installed > (like timezone db or other). > > Doing so will make requirements management much easier by adding a > list of core extensions per PHP version. > > Thoughts? > > Cheers, > What do you mean external version? I don't have a problem with extensions having different versions depending how they are installed. Chris -- christopher.jones@oracle.com http://twitter.com/ghrd