Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92879 invoked by uid 1010); 5 Aug 2005 21:15:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92858 invoked from network); 5 Aug 2005 21:15:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Aug 2005 21:15:17 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:44573] helo=ctindustries.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F9/8D-04646-2E6D3F24 for ; Fri, 05 Aug 2005 17:15:16 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j75K5xtI018763; Fri, 5 Aug 2005 16:06:04 -0400 Message-ID: <42F3D845.2090106@ctindustries.net> Date: Fri, 05 Aug 2005 17:21:09 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Antony Dovgal CC: internals@lists.php.net References: <42F3D095.8010604@ctindustries.net> <20050806010153.15db58be.antony@zend.com> In-Reply-To: <20050806010153.15db58be.antony@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1003/Thu Aug 4 10:43:24 2005 on ctindustries.net X-Virus-Status: Clean Subject: Re: [PHP-DEV] Questions on stream From: rrichards@ctindustries.net (Rob Richards) Antony Dovgal wrote: >>Shouldn't linux not allow the file to be deleted with an open stream as >>well? >> >> >No, why? > > Dunno, kind of the reason I was asking. Just doesn't seem right that you can be writing to a file, it gets deleted and you have no idea it was deleted seeing that it tells you it did write data to the non-existant file. Thanks for the explanation though. Rob