Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35410 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1055 invoked by uid 1010); 12 Feb 2008 11:56:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 1040 invoked from network); 12 Feb 2008 11:56:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2008 11:56: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:47809] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/48-36990-68981B74 for ; Tue, 12 Feb 2008 06:56:56 -0500 Received: (qmail 30523 invoked by uid 507); 12 Feb 2008 11:56:49 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@62.245.209.15) by mail4.netbeat.de with ESMTPA; 12 Feb 2008 11:56:49 -0000 To: "\"Edward Z. Yang\"" Cc: internals@lists.php.net In-Reply-To: References: <1323006624.20080209143940@marcus-boerger.de> <20080210111514.54165ecxih2p5yg4@neo.wg.de> <47AFD90D.4010806@zend.com> <1202730660.3698.9.camel@localhost> <1202743539.3698.11.camel@localhost> <1202747101.3698.14.camel@localhost> <1202748940.3698.25.camel@localhost> Content-Type: text/plain Date: Tue, 12 Feb 2008 12:56:49 +0100 Message-ID: <1202817409.13248.16.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?=) Hi, On Mon, 2008-02-11 at 22:30 -0500, "Edward Z. Yang" wrote: > Hello all, I was documenting the __DIR__ patch, and I ran across some > curious behavior when the PHP file was in the Windows filesystem root: > > C:\test.php > echo __DIR__; > ?> > > Output: > C:\ > > Is this intended? What else would you expect? For me it looks right. johannes