Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69571 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96871 invoked from network); 15 Oct 2013 18:24:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2013 18:24:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.169 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.169 mail-lb0-f169.google.com Received: from [209.85.217.169] ([209.85.217.169:58154] helo=mail-lb0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/0C-31591-9688D525 for ; Tue, 15 Oct 2013 14:24:42 -0400 Received: by mail-lb0-f169.google.com with SMTP id z5so7148286lbh.14 for ; Tue, 15 Oct 2013 11:24:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wSbpyW2cDEvQS9AJV014s7A9E9BB2LFwGoDY+gWAtjA=; b=ubdBrSAXmQBIyl3OUxhzpwrFdmtIGDpT0+r0MvOu88FKa9zw31XUe6n71w2ta6YCa9 lBubpcIdr71ChxkiIpiFO368C51cUkp4KDipGs3T/NxUPbtbABHf4cfM2VmdnW9PnynS VxVXbdymT1GbbrYDHT/tqIQrVC7DDfmyDPTDYG4F6h6c9Q6BBnSON4jk+WP3LOLGL0J8 dRCHNOX0othWgJwICQvzZBVbpx8Pknb/4mPbAJ2e9ESUZ9ynu/gREznv/pAcQrUPXo1N fCuFQIsVJ99Gykv9mU1qCtkNPNNX/M04sLwxAygBGX89qCmCyAdzJqpI2JvA7XU1ajzm 1kqQ== MIME-Version: 1.0 X-Received: by 10.112.40.110 with SMTP id w14mr2655849lbk.42.1381861477739; Tue, 15 Oct 2013 11:24:37 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Tue, 15 Oct 2013 11:24:37 -0700 (PDT) In-Reply-To: References: <1381850186.29722.372.camel@ghost> <525D6966.4090308@oracle.com> Date: Tue, 15 Oct 2013 20:24:37 +0200 X-Google-Sender-Auth: IZlJ9vc0qwFWA_XsnM2lo6G9w-c Message-ID: To: Pierre Joye Cc: Christopher Jones , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Core extension versions From: mike@php.net (Michael Wallner) On 15 October 2013 18:33, Pierre Joye wrote: > On Oct 15, 2013 6:13 PM, "Christopher Jones" > wrote: >> >> >> >> On 10/15/13 8:45 AM, Pierre Joye wrote: >>> >>> On Tue, Oct 15, 2013 at 5:19 PM, Michael Wallner wrote: >>>> >>>> On 15 October 2013 17:16, Anatol Belski wrote: >>>>> >>>>> Hi, >>>>> >>>>> as part of the extension version check on PECL it turned out, that the >>>>> extensions in the core are almost completely out of track with their >>>>> versions, not even to talk about version macros names. That regards to >>>>> exts imported from PECL as well as to the exts never been in PECL. Here >>>>> are a few examples of zend_module_entry version strings: >>>>> >> >>>> >>>> I'd use PHP_VERSION for those extensions not explicitely managing a > version. >>> >>> >> >>> >>> PHP_VERSION-bundle >>> >>> for clarity in bug report :) >> >> >> >> For ext/* that do not (or no longer) have PECL releases (e.g. pdo, >> dom) I would change their versions to PHP_VERSION-bundle even if they >> currently have some rational versioning. >> >> Extensions like ext/oci8 that historically do also have PECL releases >> should manage their own version numbers > > Yes, that's the idea +1 -- Regards, Mike