Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21867 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82156 invoked by uid 1010); 15 Feb 2006 07:33:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82140 invoked from network); 15 Feb 2006 07:33:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2006 07:33:15 -0000 X-Host-Fingerprint: 64.233.184.195 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.195:17620] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 70/00-16466-A39D2F34 for ; Wed, 15 Feb 2006 02:33:14 -0500 Received: by wproxy.gmail.com with SMTP id i30so1232622wra for ; Tue, 14 Feb 2006 23:33:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XOTysTczPVYM1w7W3dTEEnKK7c6iETzhirqXXWk4nQkTEJ7D8YbrlcmLbQJnextYL2GUocTm7nDi+OV92QICBd3tjZsC5M92pC620Rwj2fs26Wzqq0XnqShEmHGvV5PIxhCUMMm26kPsF9WPj9QAKHfETI2621MF5qfXhcDqCSA= Received: by 10.54.126.12 with SMTP id y12mr3910415wrc; Tue, 14 Feb 2006 23:33:10 -0800 (PST) Received: by 10.54.76.11 with HTTP; Tue, 14 Feb 2006 23:33:10 -0800 (PST) Message-ID: <4e89b4260602142333k4b4b0ae9mf5a77f90c851dd4a@mail.gmail.com> Date: Wed, 15 Feb 2006 02:33:10 -0500 To: Jared.Williams@ntlworld.com Cc: internals@lists.php.net In-Reply-To: <20060213120959.FGJ1154.aamta09-winn.ispmail.ntl.com@win2ks> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060213120959.FGJ1154.aamta09-winn.ispmail.ntl.com@win2ks> Subject: Re: [PHP-DEV] Custom Streams, fclose & stream_close From: kingwez@gmail.com (Wez Furlong) stream_close can return any value it likes... however, it is ignored and php_userstreamop_close always returns success to the streams layer. This is a bug, but should be simple to fix. (volunteers welcome; I don't have a current cvs checkout). --Wez. On 2/13/06, Jared Williams wrote: > > > Hi, > Is the PHP manual correct in that fclose() returns a bool, but a = custom wrapper stream_close() is void? Would like to signal > a problem if I have a problem closing a custom stream. > > Jared > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >