Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69570 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89786 invoked from network); 15 Oct 2013 16:33:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2013 16:33:14 -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.215.50 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.50 mail-la0-f50.google.com Received: from [209.85.215.50] ([209.85.215.50:50202] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/BA-31591-94E6D525 for ; Tue, 15 Oct 2013 12:33:14 -0400 Received: by mail-la0-f50.google.com with SMTP id gx14so7285528lab.9 for ; Tue, 15 Oct 2013 09:33:11 -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=0ID8lFuwqcepaMVlF7Cc4MmFAjFMIOAQd70lHOnyspk=; b=QYnR9QN5Jqt7ztXxvx5wz7K1zxM1gatKTbKbiCa6lN0N9cHErzjztBr/IfT+qjPz2T 0Jx1EzytcwMAo3h/0uQQXOP7kIIkntiiHVBxAetqrauQg4Ge7q4Eif5x860ZbxOJCCvE //m95Q3xL8HxKaUE92fLuOyQ4/ZpBOWtTPLAaxZwSwTdhDW9p7eaj2nIaAaWyO4wMh8O +okTbDPpTKCew6OxiCBlQ4biGA3eFSablnRiHBGe4zF/rKiz5WLYBwVv7zUa/pDpKQQo kDwnd2rV9Y5L/DLFKwSqun9x1F1eIQ6fHliSPcZYIaPEmPOW3rhw1Dmeu5sC8tHUkQ20 PkVA== MIME-Version: 1.0 X-Received: by 10.112.130.138 with SMTP id oe10mr18830416lbb.1.1381854791005; Tue, 15 Oct 2013 09:33:11 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Tue, 15 Oct 2013 09:33:10 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Tue, 15 Oct 2013 09:33:10 -0700 (PDT) In-Reply-To: <525D6966.4090308@oracle.com> References: <1381850186.29722.372.camel@ghost> <525D6966.4090308@oracle.com> Date: Tue, 15 Oct 2013 18:33:10 +0200 Message-ID: To: Christopher Jones Cc: PHP internals Content-Type: multipart/alternative; boundary=047d7b3a88daf2fcf804e8ca23c1 Subject: Re: [PHP-DEV] Core extension versions From: pierre.php@gmail.com (Pierre Joye) --047d7b3a88daf2fcf804e8ca23c1 Content-Type: text/plain; charset=ISO-8859-1 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 --047d7b3a88daf2fcf804e8ca23c1--