Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31627 invoked by uid 1010); 6 Aug 2005 06:08:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31612 invoked from network); 6 Aug 2005 06:08:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2005 06:08:53 -0000 X-Host-Fingerprint: 64.233.184.197 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.197:33603] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F4/09-04646-4F354F24 for ; Sat, 06 Aug 2005 02:08:53 -0400 Received: by wproxy.gmail.com with SMTP id i22so743335wra for ; Fri, 05 Aug 2005 23:08:49 -0700 (PDT) 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=DD4f7PgLMsk3LW+7hD14S14EWNbJ9Aq3m74ep/SvE19PrLevPljzzxx1Ta6sGchgp1peKxlrpmeqwEvbOjy02m5XfmhA5DFwTy11Lf0lbhdNInIPUOGQtS0Mv2cX87uY4QyXAi9oDsXUhExrBU5IVrjgHtqgTtVAySj557o4UDM= Received: by 10.54.10.23 with SMTP id 23mr3146114wrj; Fri, 05 Aug 2005 23:08:49 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Fri, 5 Aug 2005 23:08:49 -0700 (PDT) Message-ID: <4e89b42605080523086b73624d@mail.gmail.com> Date: Sat, 6 Aug 2005 02:08:49 -0400 To: Antony Dovgal Cc: Rob Richards , internals@lists.php.net In-Reply-To: <20050806010153.15db58be.antony@zend.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42F3D095.8010604@ctindustries.net> <20050806010153.15db58be.antony@zend.com> Subject: Re: [PHP-DEV] Questions on stream From: kingwez@gmail.com (Wez Furlong) On 8/5/05, Antony Dovgal wrote: > Yup =3D) Also on Windows you can't open a file already opened by someone. Actually, you can if the person that opened it says you can, it's just that it's not the default mode for the file. --Wez.