Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95330 invoked from network); 9 Aug 2008 22:45:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2008 22:45:20 -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:47643] helo=daylessday.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/85-60823-EFD1E984 for ; Sat, 09 Aug 2008 18:45:19 -0400 Received: from [192.168.1.40] (unknown [91.78.106.4]) by daylessday.org (Postfix) with ESMTP id 06D8E64016A; Sun, 10 Aug 2008 02:45:14 +0400 (MSD) Message-ID: <489E1DF7.9000107@daylessday.org> Date: Sun, 10 Aug 2008 02:45:11 +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. These three tests fail on AIX *without* the patch and pass with it, so the patch seems to fix some issues indeed =) ext/standard/tests/file/readlink_realpath_basic1.phpt ext/standard/tests/file/readlink_realpath_basic2.phpt ext/standard/tests/file/realpath_basic3.phpt -- Wbr, Antony Dovgal