Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67580 invoked from network); 15 Apr 2015 11:01:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Apr 2015 11:01:45 -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:44211] helo=smtp2-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 49/60-47925-8154E255 for ; Wed, 15 Apr 2015 07:01:44 -0400 Received: from moorea (unknown [82.240.16.115]) by smtp2-g21.free.fr (Postfix) with ESMTP id C8AFE4B024A; Wed, 15 Apr 2015 12:59:06 +0200 (CEST) Reply-To: To: "'Pierre Joye'" , "'PHP internals'" References: In-Reply-To: Date: Wed, 15 Apr 2015 13:01:28 +0200 Message-ID: <012601d0776b$8672a250$9357e6f0$@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/xJteyFqZwjK4Cw Content-Language: fr X-Antivirus: avast! (VPS 150414-0, 14/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 > What do you think to simply use the PHP version number instead of some > outdated (most of the time) version for all bundled extensions? As the idea is that extensions available externally are supposed to = change more often than the bundled version, why wouldn't we add a fourth = number to their version ? By definition, version X.Y.Z.0 would = correspond to the version distributed with PHP X.Y.Z. Also : - When we distribute the same extension code with PHP 5.4, 5.5, and 5.6, = what is the version we set for this code in pecl ? Will we have to = create 3 branches, just for versions ? - 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