Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70309 invoked from network); 10 Aug 2008 12:09:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2008 12:09:32 -0000 Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.188 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 209.85.128.188 fk-out-0910.google.com Received: from [209.85.128.188] ([209.85.128.188:2023] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/39-05869-A7ADE984 for ; Sun, 10 Aug 2008 08:09:31 -0400 Received: by fk-out-0910.google.com with SMTP id 18so1433594fks.7 for ; Sun, 10 Aug 2008 05:09:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; bh=jHm8V9vi0cZDJsSxr2R6S/UcbrQ9GgcHbgQ32+UMq58=; b=PJU28xaquyXBuJArQtEdlO8XVo4LXV6zcb26fWtLmbDlIqPxTqlC/o+NBspgIqo5C6 CU1U2h5iwZH678rDtdTohH33KKcyhF3R4hxI0HiRVMRWyPhTL4sjpefsrwdBcQadbngD RH3plqVz+UAA9Y0uqvfvXIlLSuC5JNFJnopio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:message-id; b=nbxJMd/1P1dT7v7qVTs/Saw8IDWYlUSAmHr4bMd5VppxmmSNXlb589bSAGweSmoJFE HcFGtC+4Jrag4D74+FpDaHSvso98dlvS3V3F3GPdUu9bfR+Jj3xzgROEmHfZCALv7Jr4 z4Prdu8+FoD8YY8L3OUgJPJLpihMgpTKJ48vU= Received: by 10.103.200.9 with SMTP id c9mr4860021muq.11.1218370166650; Sun, 10 Aug 2008 05:09:26 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id t10sm7602527muh.17.2008.08.10.05.09.23 (version=SSLv3 cipher=RC4-MD5); Sun, 10 Aug 2008 05:09:24 -0700 (PDT) To: internals@lists.php.net Date: Sun, 10 Aug 2008 14:07:16 +0200 User-Agent: KMail/1.10.0 (Linux/2.6.26-noch; KDE/4.1.0; i686; ; ) Cc: Antony Dovgal , Dmitry Stogov References: <4899C4B4.3060902@liip.ch> <489DB787.8060508@zend.com> <489E092E.2090500@daylessday.org> In-Reply-To: <489E092E.2090500@daylessday.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200808101407.16629.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] include bug in 5.3 From: arnaud.lb@gmail.com (Arnaud Le Blanc) On Saturday 09 August 2008 23:16:30 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. > > -- > Wbr, > Antony Dovgal Hi, The test was wrong, I fixed it. Regards, Arnaud