Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85829 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52596 invoked from network); 16 Apr 2015 11:22:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2015 11:22:26 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.172 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.172 mail-qk0-f172.google.com Received: from [209.85.220.172] ([209.85.220.172:35627] helo=mail-qk0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/31-39957-17B9F255 for ; Thu, 16 Apr 2015 07:22:26 -0400 Received: by qkhg7 with SMTP id g7so129728628qkh.2 for ; Thu, 16 Apr 2015 04:22:23 -0700 (PDT) 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 :cc:content-type; bh=HRteYvGSkR7xYI/PvYZWh39Q4RDQh8448wgYFRnom6Q=; b=lnwqQqO3OLDtBjPpK/mxolkutZ49nREx0OTM9F8/kqu/0LU+HjzDei9Tvt7tAVQRd5 NT+t0P4UEDQIBm0bX4yTWdem0PGPxKPqT/vzXBFTzNTBMj3nA7LJIliQoFgTVBbHdzYp XvmwzMiSTl0RMrre0JgnV2xbWReDox5wM7VE84rLovk2K3r9DiLYxg/DBdAo1MoIaZAA 0en8fqOqfQ85IzMRcmafvjI0lLhfPugrZPEkz6PbcMUkMm8upPkQrqPqObnfAZR4k+Zg /JoT3FP19XRnxuJ/FpbsK24zYqeF1bFFAZwjJUVaTXPLMBvdQh+Zdn9ZItR75OMDtUYr kN4w== MIME-Version: 1.0 X-Received: by 10.140.107.139 with SMTP id h11mr25587924qgf.63.1429183343457; Thu, 16 Apr 2015 04:22:23 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Thu, 16 Apr 2015 04:22:23 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Thu, 16 Apr 2015 04:22:23 -0700 (PDT) In-Reply-To: <552EF2F3.1020506@oracle.com> References: <552DE05F.7080905@oracle.com> <552EF2F3.1020506@oracle.com> Date: Thu, 16 Apr 2015 18:22:23 +0700 Message-ID: To: Christopher Jones Cc: PHP internals Content-Type: multipart/alternative; boundary=001a113951f8817ad30513d5adff Subject: Re: [PHP-DEV] Fixing bundled extension version mess From: pierre.php@gmail.com (Pierre Joye) --001a113951f8817ad30513d5adff Content-Type: text/plain; charset=UTF-8 On Apr 16, 2015 6:23 AM, "christopher jones" wrote: > > > > On 4/14/15 9:58 PM, Pierre Joye wrote: >> >> On Wed, Apr 15, 2015 at 10:51 AM, christopher jones >> wrote: >>> >>> >>> >>> 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? >> >> >> Too many "versions" :) installed not using the core sources but >> github, pecl, whatever. >> >>> I don't have a problem with extensions having different versions >>> depending how they are installed. >> >> >> Cheers, >> Pierre >> > > What I really meant to ask was about your proposed numbering scheme > (or #ifdefs or whatever) for versioning of external packages. (I read > "external version" as "version of the external package"). Subsequent > emails in the thread answered this. And sounds good to you? --001a113951f8817ad30513d5adff--