Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1713 invoked from network); 10 Aug 2008 16:13:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2008 16:13:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.189 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.189 fk-out-0910.google.com Received: from [209.85.128.189] ([209.85.128.189:27388] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/0E-05869-2931F984 for ; Sun, 10 Aug 2008 12:13:06 -0400 Received: by fk-out-0910.google.com with SMTP id 18so1492013fks.7 for ; Sun, 10 Aug 2008 09:13:02 -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=NLXMJbOaqNf3BCfMm3G/zjReehiOWGk7Qv2mcymlaAc=; b=Ps6NQuQS201EsC4hH14QegiL4USTNnsgsZywSnICsIVKoUCEqOQWyvjgThqooMX76O l9lMnpdLnFifuAaQamPRH6se5qZOiOWa5ZbmLxU2mDqQpFixot5WGpMGb+2DlJxY2xDY kcN7ashqV5elKZ+K8ZFnz//lAiAwIOy5nWkFk= 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=DxB6QIS7vpA5Rk6EpRutT5AsK/uDPym8eZyyCbOp8ldEvdpo9wYx2K3ODNG9D8Z/W0 4YTFGuArae410zZzgkq2YWj+9CSHtgtiFY5g7MpEqSOunBv3w6BU3/TLlhckVbHJJ1UP DAvJ/gfL5+Lf1NKyFSDQKBkwyygi10GjiF7fg= Received: by 10.103.175.8 with SMTP id c8mr5020407mup.26.1218384782737; Sun, 10 Aug 2008 09:13:02 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id y37sm6946199mug.9.2008.08.10.09.13.00 (version=SSLv3 cipher=RC4-MD5); Sun, 10 Aug 2008 09:13:01 -0700 (PDT) To: "Pierre Joye" Date: Sun, 10 Aug 2008 18:11:14 +0200 User-Agent: KMail/1.10.0 (Linux/2.6.26-noch; KDE/4.1.0; i686; ; ) Cc: "Johannes =?iso-8859-1?q?Schl=FCter?=" , internals@lists.php.net, jani.taskinen@iki.fi, "Rasmus Lerdorf" , "Hannes Magnusson" References: <48997CC5.60709@lerdorf.com> <200808101746.21148.arnaud.lb@gmail.com> In-Reply-To: <200808101746.21148.arnaud.lb@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200808101811.14335.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] clearstatcache change From: arnaud.lb@gmail.com (Arnaud Le Blanc) On Sunday 10 August 2008 17:46:20 Arnaud Le Blanc wrote: > On Sunday 10 August 2008 17:14:52 Pierre Joye wrote: > > hi Arnaud! > > > > On Sat, Aug 9, 2008 at 4:20 PM, Arnaud Le Blanc wrote: > > >> Commited :) > > > > Do you have a windows dev box? It seems that something is broken on > > Windows. One reproduce case is > > ext\standard\tests\file\copy_variation4-win32.phpt which fails using > > current 5.3-cvs. > > > > Let me know if you do not have a win box, I can try to fix it later this > > week. > > > > Cheers, > > Hi Pierre, > > No, I do not have a windows box here. > Does this test pass without this change ? http://news.php.net/php.cvs/52079 > > Regards, > > Arnaud Just readden the test, actually it seems it just needs to be updated (changing clearstatcache() by clearstatcache(true)). Regards, Arnaud