Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21856 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15326 invoked by uid 1010); 13 Feb 2006 12:11:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15310 invoked from network); 13 Feb 2006 12:11:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2006 12:11:45 -0000 X-Host-Fingerprint: 81.103.221.58 queue04-winn.ispmail.ntl.com Solaris 8 (1) Received: from ([81.103.221.58:46670] helo=queue04-winn.ispmail.ntl.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DF/50-09365-18770F34 for ; Mon, 13 Feb 2006 07:11:45 -0500 Received: from aamta09-winn.ispmail.ntl.com ([81.103.221.35]) by mta07-winn.ispmail.ntl.com with ESMTP id <20060213120959.BOOA14363.mta07-winn.ispmail.ntl.com@aamta09-winn.ispmail.ntl.com> for ; Mon, 13 Feb 2006 12:09:59 +0000 Received: from win2ks ([213.107.8.99]) by aamta09-winn.ispmail.ntl.com with ESMTP id <20060213120959.FGJ1154.aamta09-winn.ispmail.ntl.com@win2ks> for ; Mon, 13 Feb 2006 12:09:59 +0000 Reply-To: To: Date: Mon, 13 Feb 2006 12:12:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcYwlrIF3Q9P7A26RuyAcJLzE7YEmA== Message-ID: <20060213120959.FGJ1154.aamta09-winn.ispmail.ntl.com@win2ks> Subject: Custom Streams, fclose & stream_close From: jared.williams@ntlworld.com ("Jared Williams") 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