Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39810 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98931 invoked from network); 10 Aug 2008 15:48:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2008 15:48:14 -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.134.184 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.134.184 mu-out-0910.google.com Received: from [209.85.134.184] ([209.85.134.184:5439] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/9D-05869-DBD0F984 for ; Sun, 10 Aug 2008 11:48:14 -0400 Received: by mu-out-0910.google.com with SMTP id i2so1610353mue.3 for ; Sun, 10 Aug 2008 08:48:09 -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=lMOt4FwJCG4RqkGFOfTOHw39QSVBCoY9AWQW2jfwLws=; b=vFl5PxMlw6Odh9DE6vgOUEAM6D7C1CQWnIV8MRUOt2BnPSN9vN5goqYa1JGsVMMzFI wq86wwPEPdOJCCkcRYhxaImpRGL9VvZXJt+YHuIXk6L4pBc7n1bhBV65ArZHnWBLdZgD YBJVoRAYbNn1q72iShmPmQQFSidot1F0Yue00= 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=fmNdlsFh7tlDU6FkGJT/BmLqN4bb5tl4Q6PqysTJ4JsWdo8Ht09BaHCa7QCSTaTzgM 8L8Lvk5pyTnaVXoxIvqzWyXT7euZlCq2a4D+fcXZm4sad1SowVXNfzsoSoMMFhmwpFzv +D0hHMX0C50YRuCpt2tdNlKPgnoUWWcP46rKE= Received: by 10.103.215.4 with SMTP id s4mr4941411muq.13.1218383289546; Sun, 10 Aug 2008 08:48:09 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id b9sm2985137mug.13.2008.08.10.08.48.06 (version=SSLv3 cipher=RC4-MD5); Sun, 10 Aug 2008 08:48:08 -0700 (PDT) To: "Pierre Joye" Date: Sun, 10 Aug 2008 17:46:20 +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> <200808091620.31844.arnaud.lb@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200808101746.21148.arnaud.lb@gmail.com> Subject: Re: [PHP-DEV] clearstatcache change From: arnaud.lb@gmail.com (Arnaud Le Blanc) 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