Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33086 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29957 invoked by uid 1010); 10 Nov 2007 20:55:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29942 invoked from network); 10 Nov 2007 20:55:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2007 20:55:20 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:35493] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/49-64752-7BA16374 for ; Sat, 10 Nov 2007 15:55:20 -0500 Received: from [192.168.1.34] (ppp85-140-253-38.pppoe.mtu-net.ru [85.140.253.38]) by daylessday.org (Postfix) with ESMTP id B39C664018B; Sat, 10 Nov 2007 23:55:13 +0300 (MSK) Message-ID: <47361AAB.90704@daylessday.org> Date: Sat, 10 Nov 2007 23:55:07 +0300 User-Agent: Thunderbird 2.0.0.6 (X11/20070801) MIME-Version: 1.0 To: Gaetano Giunta CC: internals@lists.php.net References: <47360449.3020007@ez.no> <47360BE3.7010207@daylessday.org> <4736156F.1040202@ez.no> In-Reply-To: <4736156F.1040202@ez.no> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.2.5 Released - update on extensions versioning information From: tony@daylessday.org (Antony Dovgal) On 10.11.2007 23:32, Gaetano Giunta wrote: > Checking dates, pecl 1.2.4 was released the day after php 5.2.4. As I've already said, OCI8 and PHP releases are not synced. > I do not need to scan this list's archives to be sure that everybody involved > in the oci code knew quite well about the pending release of php, and > changing that single line of oci code where the version is stored would > not have been a huge deal. If there really was no certainty that the php > code would end up being the same as pecl 1.2.4, it could have been > tagged 1.2.4-dev or something like that... I don't understand what you're trying to say. Do you mean that all PECL maintainers should update their extensions before PHP release? > plus a 3 numbered version is very easy to assign to a lib (you know, > like a new param for a function bumps up the middle number, a fix - any > fix - bumps up the rightmost one etc... ) That is what $Revision$ CVS tag does, version number is totally different thing IMO. -- Wbr, Antony Dovgal