Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40129 invoked by uid 1010); 10 Nov 2007 21:34:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 40110 invoked from network); 10 Nov 2007 21:34:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Nov 2007 21:34:51 -0000 Authentication-Results: pb1.pair.com header.from=giunta.gaetano@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=giunta.gaetano@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.168 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: giunta.gaetano@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Received: from [66.249.92.168] ([66.249.92.168:25078] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/1B-64752-AF326374 for ; Sat, 10 Nov 2007 16:34:50 -0500 Received: by ug-out-1314.google.com with SMTP id h3so750397ugf for ; Sat, 10 Nov 2007 13:34:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:sender; bh=67Ifz8hnNrkWv7Mfak6LW8OTK//sDzxH3IR+h/uFs9c=; b=TH/JsM/kMA9DQk0zCN54JGKDjhKnzLnB1H/wCmWPRFBE2+/siCOOX5NSlFegj0K3vMQac3MtBjKfYYjzKwuCSI5Iy6SqybOpBEAWfmHFqomJ5RQn+LCQU3cABj+JS1u0ep/w9sufh2foqyhQN0SaTPjfWdEATvSz7hShrP79NXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:sender; b=nmtYCBApDuoKjo+97KXHDFL1EQQybmN4n5UiqyTvw15EHhRUUDvK1VqGfZtq7T3IVwkWO65HFt8M71OvxdwwHqwortEEoWZQSQBAESgfn/Wo5yxA4kcv6S99WQMQ+qjqyWu3tCxCsBoS/rD1Prqv0L570awNcDYhKgDDKOvwjbQ= Received: by 10.67.26.7 with SMTP id d7mr856875ugj.1194730487697; Sat, 10 Nov 2007 13:34:47 -0800 (PST) Received: from ?192.168.1.10? ( [83.202.135.12]) by mx.google.com with ESMTPS id b23sm1749811gvc.2007.11.10.13.34.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Nov 2007 13:34:46 -0800 (PST) Message-ID: <473623F5.4090203@ez.no> Date: Sat, 10 Nov 2007 22:34:45 +0100 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: internals@lists.php.net CC: Antony Dovgal References: <47360449.3020007@ez.no> <47360BE3.7010207@daylessday.org> <4736156F.1040202@ez.no> <47361AAB.90704@daylessday.org> In-Reply-To: <47361AAB.90704@daylessday.org> Content-Type: multipart/alternative; boundary="------------070400050503040509060108" Sender: Gaetano Giunta Subject: Re: [PHP-DEV] Re: PHP 5.2.5 Released - update on extensions versioning information From: gg@ez.no (Gaetano Giunta) --------------070400050503040509060108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit >> 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. > Sorry, but I disagree on this one. You might either think that an extension "version" defines either its api as accessible by the php kernel or as accessible by the php coder, but that's exactly what version numbers are used for. The cvs tag is for people that compile from source and have to report an error against a a specific version. --------------070400050503040509060108--