Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93834 invoked by uid 1010); 23 May 2007 04:39:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93819 invoked from network); 23 May 2007 04:39:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2007 04:39:03 -0000 Authentication-Results: pb1.pair.com header.from=kingwez@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kingwez@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kingwez@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.170] ([66.249.92.170:43340] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/40-26510-665C3564 for ; Wed, 23 May 2007 00:39:03 -0400 Received: by ug-out-1314.google.com with SMTP id o4so415923uge for ; Tue, 22 May 2007 21:38:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DuIGYH6KzTDRlzDG2dqvLnV7sCPbe1ZYaFbOqTIrqP8W7ZIKAdXKn7rFkMiB83v46jJehvX4fK+yauK8EKwUU+8+ttCgDnp62JhuP53r0ewOJHSATB2aSjI4yAiydBIzSvb5ZIrz/Q+iZHBhdR9i8ODR8wufQuKw1CtaEcGAqMA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a6UcxBb7E593Tiejt4NDF1WXuBjSB0WAr8gbzA3ekxCgkAhsz+IbwIaj3jRFJiKFvY52Ll4VrYJjvONWMpDoc/mNchkiQMKNRQ+CEqxxeihKUzdL5Pq/qKugb+ak230vrNuOU1JzqLkhvogyo+xmFAg86toFbnvK1+FYl5TEi84= Received: by 10.67.15.15 with SMTP id s15mr1087984ugi.1179895139462; Tue, 22 May 2007 21:38:59 -0700 (PDT) Received: by 10.66.227.10 with HTTP; Tue, 22 May 2007 21:38:59 -0700 (PDT) Message-ID: <4e89b4260705222138r58fb397dw9703bad76ddec44@mail.gmail.com> Date: Wed, 23 May 2007 00:38:59 -0400 To: "Marcus Boerger" Cc: internals@lists.php.net In-Reply-To: <139872287.20070504170744@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <139872287.20070504170744@marcus-boerger.de> Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: kingwez@gmail.com ("Wez Furlong") 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.