Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1300 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11398 invoked from network); 6 May 2003 11:48:43 -0000 Received: from unknown (HELO titanchat.com) (217.160.72.104) by pb1.pair.com with SMTP; 6 May 2003 11:48:43 -0000 Received: (qmail 28653 invoked by uid 1038); 6 May 2003 11:48:42 -0000 Date: Tue, 6 May 2003 13:48:42 +0200 (CEST) X-X-Sender: sas@fragrance To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: patch-fd-lexer From: sascha@schumann.cx (Sascha Schumann) Hi, this is an updated version of the no-stdio patch. It now features consequent socket support. Earlier PHP versions use a temporary file in that case on Win32 which might fail for various reasons and requires additional configuration (e.g. the temp path must exist and so on). http://php.net/~sas/patch-fd-lexer Your feedback is appreciated. - Sascha