Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1277 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8544 invoked from network); 5 May 2003 22:36:37 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 5 May 2003 22:36:37 -0000 Received: (qmail 914 invoked by uid 501); 5 May 2003 22:36:36 -0000 Received: from unknown (HELO eco.foo) (80.143.26.206) by kdserv.de with SMTP; 5 May 2003 22:36:36 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id B644EE32A; Tue, 6 May 2003 00:36:35 +0200 (CEST) Date: Tue, 6 May 2003 00:36:35 +0200 (CEST) X-X-Sender: sas@eco.foo To: internals@lists.php.net Cc: zeev@php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Update on the lexer-no-stdio patch From: sascha@schumann.cx (Sascha Schumann) 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