Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35383 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27872 invoked by uid 1010); 11 Feb 2008 16:40:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27856 invoked from network); 11 Feb 2008 16:40:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2008 16:40:56 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:42186] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/24-64922-79A70B74 for ; Mon, 11 Feb 2008 11:40:56 -0500 Received: (qmail 16908 invoked by uid 507); 11 Feb 2008 16:40:51 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.2.160) by mail4.netbeat.de with ESMTPA; 11 Feb 2008 16:40:51 -0000 To: "\"Pierre Joye\"" Cc: Marcus Boerger , PHP Internals List , Ilia Alshanetsky In-Reply-To: References: <1323006624.20080209143940@marcus-boerger.de> Content-Type: text/plain Date: Mon, 11 Feb 2008 17:40:45 +0100 Message-ID: <1202748045.13248.8.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-1.fc8) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [patch] expose PHP version details as constants From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Pierre, On Mon, 2008-02-11 at 15:42 +0100, "Pierre Joye" wrote: > On Feb 11, 2008 3:20 PM, Pierre Joye wrote: > > On Feb 9, 2008 2:39 PM, Marcus Boerger wrote: > > > Hello Pierre, > > > yeah nice idea. I am wondering if you might want to add the cvs tag, too? > > > E.g.: PHP_TAG = 'PHP_5_3' > > > > > > I'll commit the patch later today, I think PHP_BRANCHE sounds better > > than PHP_TAG, or PHP_CVS_TAG (but if we move away from CVS? :-D ) > > > Typo, I meant PHP_BRANCH Yes that name is fine, bunt wondering: When/Where do you get this information and where from? What's the impact for build snapshots/releases? Afaik the scripts for that work on cvs exports where that information isn't available anymore. johannes