Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60265 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97664 invoked from network); 23 Apr 2012 16:54:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Apr 2012 16:54:02 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:47443] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BB/02-09856-829859F4 for ; Mon, 23 Apr 2012 12:54:01 -0400 Received: from [192.168.2.230] (unknown [88.217.68.241]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 440CA6183B; Mon, 23 Apr 2012 18:53:57 +0200 (CEST) To: jpauli Cc: Jordi Boggiano , "internals@lists.php.net" In-Reply-To: References: <4F956B74.4040104@seld.be> <1335197218.7272.109.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Mon, 23 Apr 2012 18:53:52 +0200 Message-ID: <1335200032.4548.5.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Extension versions From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2012-04-23 at 18:39 +0200, jpauli wrote: > > In fact, Zend API provides extensions a char* to give a hint about the > extension version, but I guess no-one has been serious and really used > that field as it would have to be. Every(*) PECL extension does. (*) The exception proves the rule. > I recently noticed mistakes in ext/mysqlnd_ms as well. Mistakes happen. For a version their was a mistake. For 10 other releases it had the correct version number. johannes