Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39800 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86033 invoked from network); 9 Aug 2008 21:16:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2008 21:16:37 -0000 Authentication-Results: pb1.pair.com header.from=tony@daylessday.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tony@daylessday.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain daylessday.org designates 89.208.40.236 as permitted sender) X-PHP-List-Original-Sender: tony@daylessday.org X-Host-Fingerprint: 89.208.40.236 mail.daylessday.org Linux 2.6 Received: from [89.208.40.236] ([89.208.40.236:51747] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/34-60823-4390E984 for ; Sat, 09 Aug 2008 17:16:37 -0400 Received: from [192.168.1.40] (unknown [91.78.106.4]) by daylessday.org (Postfix) with ESMTP id EB79A64016A; Sun, 10 Aug 2008 01:16:32 +0400 (MSD) Message-ID: <489E092E.2090500@daylessday.org> Date: Sun, 10 Aug 2008 01:16:30 +0400 User-Agent: Thunderbird 2.0.0.12 (X11/20071114) MIME-Version: 1.0 To: Dmitry Stogov CC: internals@lists.php.net References: <4899C4B4.3060902@liip.ch> <1218138548.5346.3.camel@felipe> <489B5285.1070000@lerdorf.com> <200808072237.01841.arnaud.lb@gmail.com> <7f3ed2c30808080011l3c62d416k7fd9b4dd455df99e@mail.gmail.com> <489C6BBA.8030101@zend.com> <489CBDD8.6070502@lerdorf.com> <489CBE81.5030003@lerdorf.com> <489DB787.8060508@zend.com> In-Reply-To: <489DB787.8060508@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] include bug in 5.3 From: tony@daylessday.org (Antony Dovgal) On 09.08.2008 19:28, Dmitry Stogov wrote: > The improved patch fixes all the issues I found during testing. > However I wasn't able to test it on NETWARE and on Solaris with relative > paths. > > Please test it as much as possible. > I'm going to commit it on Tuesday in case of no objections. ext/standard/tests/file/clearstatcache_001.phpt fails with the patch applied. -- Wbr, Antony Dovgal