Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28881 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93862 invoked by uid 1010); 17 Apr 2007 11:57:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 93847 invoked from network); 17 Apr 2007 11:57:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Apr 2007 11:57:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=cschneid@cschneid.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cschneid@cschneid.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain cschneid.com from 195.141.85.117 cause and error) X-PHP-List-Original-Sender: cschneid@cschneid.com X-Host-Fingerprint: 195.141.85.117 uf1.search.ch Linux 2.4/2.6 Received: from [195.141.85.117] ([195.141.85.117:45670] helo=smtp.rim.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/D0-14509-D06B4264 for ; Tue, 17 Apr 2007 07:57:02 -0400 Received: from localhost (localhost [127.0.0.1]) by rolig.search.ch (Postfix) with ESMTP id 6345021D70E; Tue, 17 Apr 2007 13:56:58 +0200 (CEST) Received: from smtp.rim.ch ([127.0.0.1]) by localhost (search.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20486-07; Tue, 17 Apr 2007 13:56:53 +0200 (CEST) Received: from [192.168.1.72] (ultrafilter-i [192.168.85.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by rolig.search.ch (Postfix) with ESMTP id 64BB221CF1A; Tue, 17 Apr 2007 13:56:53 +0200 (CEST) Message-ID: <4624B604.1050104@cschneid.com> Date: Tue, 17 Apr 2007 13:56:52 +0200 User-Agent: Thunderbird 1.5.0.10 (X11/20060911) MIME-Version: 1.0 To: Fernando chucre CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at search.ch Subject: Re: I make a patch, how I report? From: cschneid@cschneid.com (Christian Schneider) Fernando chucre wrote: > I build a patch for wrapper php fopen. In this patch I create a way for > the script access the filedescriptos opened by process. Ex: I assume this is non-portable anyway so you could also simply use something like "/dev/fd/7" instead of "php://fd/7" if you're on Linux or something similar. You could also use http://php.net/manual/function.stream-wrapper-register.php if you want to hide the implementation from your application. I don't think the core should be bothered with handling this rare case. Regards, - Chris