Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41006 invoked from network); 15 Apr 2015 04:58:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2015 04:58:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.178 mail-qk0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:36487] helo=mail-qk0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/AC-47925-AEFED255 for ; Wed, 15 Apr 2015 00:58:20 -0400 Received: by qku63 with SMTP id 63so61011105qku.3 for ; Tue, 14 Apr 2015 21:58:16 -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=dt9hg13ERJ8ycUW9pku5MxXbQyvjTjVhEMnA/6iR6Qc=; b=fCnbU1FlQ6edkVmbDBodMJvRCiss76LpeKXCwOjxA0b4Xka4dLgTW5vY9oVF7QWWn5 RwAvcDSKrF2+5rSte8IezQmW9zmhAaRlpodaPWXvWoa3yg7pzvpMvff149SVpBoqLyAn y82xw9/7myyjrEzLRkcyDPLTK3gwRAiJJ8F3eZG0AG8jXGh9CcenqSrEWx3pk+odk9pQ 6fIg61E8JaYk0f+MFMuthOSe0nEKZcHzss5sUQO2SITLr0bXR1DWAHrddGxqFPkSea8d XphDdIJEQWotCVPL308gYtIAtY/76I2CVt+yOEY9hYCFIZ/hPRUFTat3PILxfbEyxT2O xkYQ== MIME-Version: 1.0 X-Received: by 10.55.19.160 with SMTP id 32mr47796058qkt.24.1429073895710; Tue, 14 Apr 2015 21:58:15 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Tue, 14 Apr 2015 21:58:15 -0700 (PDT) In-Reply-To: <552DE05F.7080905@oracle.com> References: <552DE05F.7080905@oracle.com> Date: Wed, 15 Apr 2015 11:58:15 +0700 Message-ID: To: christopher jones Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Fixing bundled extension version mess From: pierre.php@gmail.com (Pierre Joye) 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