Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15353 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11782 invoked by uid 1010); 10 Mar 2005 15:58:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11767 invoked from network); 10 Mar 2005 15:58:27 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 10 Mar 2005 15:58:27 -0000 X-Host-Fingerprint: 64.233.184.198 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.198:20087] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 5B/D7-53294-3AE60324 for ; Thu, 10 Mar 2005 10:58:27 -0500 Received: by wproxy.gmail.com with SMTP id 37so492274wra for ; Thu, 10 Mar 2005 07:58:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Omx/kGfnpt6BPtMLu9/mr9wcJpgJRgSXQhTVDvGC+tXN0plVTXvqpMJEYbSfWkRLC25Ak9jzBNDKcPS9hdOBGm19A/UbQOQcY+nQvaWTmPqsyrTnLF4FHSdVTF9xvBH4REsz47xgz3bDiw5OCsBdHyAa399mkFuETOGCUEVI270= Received: by 10.54.54.64 with SMTP id c64mr689486wra; Thu, 10 Mar 2005 07:58:25 -0800 (PST) Received: by 10.54.44.57 with HTTP; Thu, 10 Mar 2005 07:58:25 -0800 (PST) Message-ID: <4e89b42605031007587e28c846@mail.gmail.com> Date: Thu, 10 Mar 2005 10:58:25 -0500 Reply-To: Wez Furlong To: Stanislav Malyshev Cc: Marcus Boerger , Zeev Suraski , PHP Development In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4e89b4260503090718503f9a5@mail.gmail.com> <4e89b42605030907315a85ce74@mail.gmail.com> <4e89b426050309075047ce556c@mail.gmail.com> <5.1.0.14.2.20050310154031.0678e880@localhost> <787679020.20050310152340@marcus-boerger.de> Subject: Re: [PHP-DEV] zend_stream_fixup From: kingwez@gmail.com (Wez Furlong) _FP means that it is a plain file handle, which cannot be used with the zend_stream functions as-is, STREAM means that the zend_stream functions can work. Look, if you need to stat the damned thing, why not just add a stat method to zend_streams.c ? I can't believe that this thread has escalated like this. --Wez. On Thu, 10 Mar 2005 16:26:39 +0200 (IST), Stanislav Malyshev wrote: > MB>>For a short idea, we could implement something like jar's possible > MB>>named par as in php archive :-) > > What I don't understand is how this is connected to promoting FP to > STREAM. Won't it be implemented via PHP streams anyway? > -- > Stanislav Malyshev, Zend Products Engineer > stas@zend.com http://www.zend.com/ +972-3-6139665 ext.115 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >