Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49038 invoked by uid 1010); 23 May 2007 08:00:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 49023 invoked from network); 23 May 2007 08:00:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2007 08:00:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 85.214.94.56 cause and error) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Received: from [85.214.94.56] ([85.214.94.56:39282] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/20-47034-E74F3564 for ; Wed, 23 May 2007 04:00:00 -0400 Received: from baumbart.mbo (dslb-084-063-041-081.pools.arcor-ip.net [84.63.41.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 9C4561B3623; Wed, 23 May 2007 09:59:55 +0200 (CEST) Date: Wed, 23 May 2007 10:00:32 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <772191346.20070523100032@marcus-boerger.de> To: Wez Furlong CC: internals@lists.php.net In-Reply-To: <4e89b4260705222138r58fb397dw9703bad76ddec44@mail.gmail.com> References: <139872287.20070504170744@marcus-boerger.de> <4e89b4260705222138r58fb397dw9703bad76ddec44@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: helly@php.net (Marcus Boerger) Hello Wez, one is doing this: stream->orig_path = estrdup(opened_path); the other something else: stream->open_filename = __zend_orig_filename ? __zend_orig_filename : __zend_filename; stream->open_lineno = __zend_orig_lineno ? __zend_orig_lineno : __zend_lineno; best regards marcus Wednesday, May 23, 2007, 6:38:59 AM, you wrote: > On 5/4/07, Marcus Boerger wrote: >> 2) Add open_filename debug info to streams > What is this feature and how is it different from stream->orig_path > that has been around for several releases? > --Wez. Best regards, Marcus