Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4523 invoked from network); 11 Aug 2008 06:14:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2008 06:14:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.163 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 212.25.124.163 il-gw1.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.163] ([212.25.124.163:31617] helo=il-gw1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/70-01171-7A8DF984 for ; Mon, 11 Aug 2008 02:14:01 -0400 Received: from [10.1.10.36] ([10.1.10.36]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 11 Aug 2008 09:14:46 +0300 Message-ID: <489FD89B.6090308@zend.com> Date: Mon, 11 Aug 2008 10:13:47 +0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Antony Dovgal 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> <489E092E.2090500@daylessday.org> In-Reply-To: <489E092E.2090500@daylessday.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Aug 2008 06:14:47.0554 (UTC) FILETIME=[8E356E20:01C8FB79] Subject: Re: [PHP-DEV] include bug in 5.3 From: dmitry@zend.com (Dmitry Stogov) This test failure is expected, but only this one. Thanks. Dmitry. Antony Dovgal wrote: > 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. >