Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1278 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18923 invoked by uid 1007); 5 May 2003 22:46:58 -0000 Message-ID: <20030505224658.18922.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: jay@php.net Mail-Copies-To: jay@php.net Date: Mon, 05 May 2003 18:46:55 -0400 References: Lines: 24 User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Posted-By: 216.94.11.234 Subject: Re: Update on the lexer-no-stdio patch From: jay@php.net (Jay Smith) I applied the patch about an hour ago to an iPlanet server. We'll see how it fares over next couple of days. It doesn't get much traffic, so I'll probably run some ab tests tomorrow... J Sascha Schumann wrote: > Hi there, > > the patch[1] which eliminates use of stdio in the script > lexer has been successfully running on php.net for half a day > now. > > I'd still love to hear from Win32 experts whether there is a > specific reason why Win32 could not simply use POSIX IO > (open(), read()) instead of stdio on that platform. > > [1] http://www.php.net/~sas/patch-lexer-no-stdio > > Thanks > - Sascha