Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1489 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60630 invoked from network); 13 May 2003 19:56:22 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 13 May 2003 19:56:22 -0000 Received: (qmail 27671 invoked by uid 501); 13 May 2003 19:56:19 -0000 Received: from unknown (HELO eco.foo) (80.143.30.12) by kdserv.de with SMTP; 13 May 2003 19:56:19 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id 7FD1846C86 for ; Tue, 13 May 2003 21:56:18 +0200 (CEST) Date: Tue, 13 May 2003 21:56:18 +0200 (CEST) X-X-Sender: sas@eco.foo To: internals@lists.php.net Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: patch-fd-lexer5 From: sascha@schumann.cx (Sascha Schumann) Hi, today I discovered that I had overlooked a zend_fopen call in zend_execute.c which caused PHP/Solaris to still fail in some cases. The new patch modifies the specific section of code (right at the beginning of the patch): http://schumann.cx/patch-fd-lexer5 The current load test will run over night. If it is successful, I'll propose to merge this into PHP_4_3. - Sascha