Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5673 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51818 invoked by uid 1010); 23 Nov 2003 05:41:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51773 invoked from network); 23 Nov 2003 05:41:56 -0000 Received: from unknown (HELO pigeon.alphaweb.net) (64.142.6.229) by pb1.pair.com with SMTP; 23 Nov 2003 05:41:56 -0000 Received: from adsl-64-142-6-231.sonic.net ([64.142.6.231] helo=basillica) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1ANnaw-00032r-00; Sat, 22 Nov 2003 22:19:42 -0800 Message-ID: <001f01c3b184$7b97a100$0a00000a@alphaweb.net> To: "Cristiano Duarte" Cc: References: <20031123004031.32362.qmail@pb1.pair.com> Date: Sat, 22 Nov 2003 21:39:54 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [PATCH] Streams "file://" bug From: pollita@php.net ("Sara Golemon") > The current implementation of file:// support under > main/streams/strems.c has a little bug. > Maybe it's my gcc 3.2.2 compiler... I don't know... > Anyway, the attached patch fixes it. > Predecremet vs. postdecrement would make no difference in that context. It's very likely your compiler. What specific error are you seeing? -Sara P.S. - What's with the ZendEngine1 reference? main/streams/streams.c is only in PHP5 (and thus would be using ZendEngine2)