Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85825 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87958 invoked from network); 15 Apr 2015 15:07:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2015 15:07:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=francois@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=francois@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 212.27.42.2 as permitted sender) X-PHP-List-Original-Sender: francois@php.net X-Host-Fingerprint: 212.27.42.2 smtp2-g21.free.fr Received: from [212.27.42.2] ([212.27.42.2:44920] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/52-05595-2CE7E255 for ; Wed, 15 Apr 2015 11:07:46 -0400 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id 7BB6E4B029D; Wed, 15 Apr 2015 17:05:08 +0200 (CEST) Reply-To: To: "'Pierre Joye'" , "'Benjamin Eberlei'" Cc: "'PHP internals'" References: <012601d0776b$8672a250$9357e6f0$@php.net> In-Reply-To: Date: Wed, 15 Apr 2015 17:07:30 +0200 Message-ID: <014401d0778d$e5683410$b0389c30$@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQJl1Gla/0nAlTiYcwh4g/xJteyFqQK9eSXeARMhtIEBotjuq5v31WVA Content-Language: fr X-Antivirus: avast! (VPS 150415-0, 15/04/2015), Outbound message X-Antivirus-Status: Clean Subject: RE: [PHP-DEV] Fixing bundled extension version mess From: francois@php.net (=?utf-8?Q?Fran=C3=A7ois_Laupretre?=) >De : Pierre Joye [mailto:pierre.php@gmail.com]=20 > > Again, take #3, ext released in and outiside the core will use the = external version number everywhere. Like oci, zip and other well managed = versions. > The stupid think like 0.1 since 8 years will use the php version. That = is all. > > Or am I missing something obvious? No, I just didn't understand you were just talking about extensions = *not* released outside of the core distrib. So, I am adapting my questions :) : - When we distribute the same extension code in more than one PHP = release, which version do we set for this extension ? Do we set a = different version for the same code in each release ? - If a new PHP version is released, do we need to change the extension = version even if the code was not modified ? Regards Fran=C3=A7ois