Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69592 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56594 invoked from network); 16 Oct 2013 19:50:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2013 19:50:55 -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.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:45061] helo=mail-la0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/F7-15686-D1EEE525 for ; Wed, 16 Oct 2013 15:50:54 -0400 Received: by mail-la0-f50.google.com with SMTP id gx14so943456lab.23 for ; Wed, 16 Oct 2013 12:50:51 -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=03lUZZRwWx3t9lq9Lx3TWiZ6oX40nE8vVHddhxE9aKw=; b=NMtvmovSf7z6BnyQ4ZRtbnuwEUuQSkcvCk1NM3j2LZ9KFtuTlCUgn68+bLd4Vudcdf rFEHolle0NKOx37qUfDufbVfnYtiWC9FeLQ+1PDc0JBXqdMgiAXQLCkc7GboLTqLc2a9 AgVDepLDPlmDCw719RnvjKUJHDFDPjsN4/freB0LkaPR+Ejt5BTp+gLkW/1NgUEJSyRD 17+lT1hvdhZjS8rPodk82tBlONBl2Jw/FYbN//LMFXUBSUM0PgTM10ACaHEas/UfcV2o dX3PQAIpIUI9tm7FNX8/kmXcK2R5sJ7m2E4g3JLtUoNlazrr39Eei6G690L+CUtS/BeJ zBgw== MIME-Version: 1.0 X-Received: by 10.152.3.42 with SMTP id 10mr3872635laz.22.1381953051213; Wed, 16 Oct 2013 12:50:51 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Wed, 16 Oct 2013 12:50:51 -0700 (PDT) In-Reply-To: <525EE3A4.5010505@marc-bennewitz.de> References: <1381850186.29722.372.camel@ghost> <525D6966.4090308@oracle.com> <525ED515.6060305@marc-bennewitz.de> <525EE3A4.5010505@marc-bennewitz.de> Date: Wed, 16 Oct 2013 21:50:51 +0200 Message-ID: To: Marc Bennewitz Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Core extension versions From: pierre.php@gmail.com (Pierre Joye) On Wed, Oct 16, 2013 at 9:06 PM, Marc Bennewitz wrote: > > > Am 16.10.2013 20:32, schrieb Pierre Joye: >> On Wed, Oct 16, 2013 at 8:04 PM, Marc Bennewitz wrote: >> >>> What about pecl extensions with version numbers grater than PHP_VERSION >>> on moving/moved to core? Don't know if this is the case somewhere. >> >> Still released in pecl as well: package version (like oci or zip) >> Only maintained in core: php-version-bundle > > We had and we'll have pecl extensions that can be moved to core without > maintaining pecl releases after moving. > > e.g: > You had the versions in pecl ..., 5.6, 5.6, 6.0, 6.1 and the extension > will be moved to PHP core in version 5.6 applications get in trouble as > it looks like an old version is installed. > > In this case we could use the version before and increase it with the > same version PHP was increased by. (In the example above it would be 6.2) those are either maintained and alive, or superseded/not maintained/not release. If they are maintained and got releases then they will get a pecl version, as usual. Cheers, -- Pierre @pierrejoye | http://www.libgd.org