Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:35389 php.internals:35390 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59047 invoked by uid 1010); 11 Feb 2008 17:27:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59031 invoked from network); 11 Feb 2008 17:27:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2008 17:27:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@php.net; 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:47771] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/B9-64922-07580B74 for ; Mon, 11 Feb 2008 12:27:12 -0500 Received: (qmail 10142 invoked by uid 507); 11 Feb 2008 17:27:08 -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 17:27:08 -0000 To: "\"Pierre Joye\"" Cc: Marcus Boerger , PHP Internals List , Ilia Alshanetsky In-Reply-To: References: <1323006624.20080209143940@marcus-boerger.de> <1202748045.13248.8.camel@johannes.nop> Content-Type: text/plain Date: Mon, 11 Feb 2008 18:27:08 +0100 Message-ID: <1202750828.13248.14.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?=) On Mon, 2008-02-11 at 17:51 +0100, "Pierre Joye" wrote: > > 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 > > Good point, I did not check the CVS doc before and can't find how to > get it in the same way than $Id$. Marcus? :) No, there is no such keyword which offers this information. The only way to get it would be to inject it from the scripts ... but I guess that just leads to trouble afterward. And I don't see much need for the branch info anyhow ... johannes