Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4940 invoked by uid 1010); 4 Oct 2006 19:48:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4925 invoked from network); 4 Oct 2006 19:48:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2006 19:48:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.169] ([66.249.92.169:14460] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 01/17-46975-DFF04254 for ; Wed, 04 Oct 2006 15:48:15 -0400 Received: by ug-out-1314.google.com with SMTP id 80so109339ugb for ; Wed, 04 Oct 2006 12:48:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RKrDbei/b51bRMIqEJBCNThuYo7mUwTcUXXikz2QmqpiPlzS2IcKmoMM+hkUwFG139Qqbuut7jQB6vkml23s24R7jeeVG2jiZfgoqg8CAejxPzytTNpwvOa9eKHxgswbowabCMW04nJf31sFPavHvO7WMo95U9LVngsk3/mnEKg= Received: by 10.78.200.20 with SMTP id x20mr959753huf; Wed, 04 Oct 2006 12:48:10 -0700 (PDT) Received: by 10.78.122.5 with HTTP; Wed, 4 Oct 2006 12:48:10 -0700 (PDT) Message-ID: Date: Wed, 4 Oct 2006 21:48:10 +0200 To: "Edin Kadribasic" Cc: "Ilia Alshanetsky" , "PHP Internals" , dmitry@zend.com In-Reply-To: <4523B718.3070905@emini.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5AF9BDFB-3D97-4EFB-9329-1DFE0DBB820A@prohost.org> <4523B718.3070905@emini.dk> Subject: Re: [PHP-DEV] RC5 on Thursday From: pierre.php@gmail.com (Pierre) Hello, On 10/4/06, Edin Kadribasic wrote: > Hi all, > > We need to fix http://bugs.php.net/bug.php?id=38989 before the release. > Some change has broken path handling on windows recently. tsrm_virtual_cwd.c 1.74.2.9.2.3 is the last working version (http://cvs.php.net/viewvc.cgi/TSRM/tsrm_virtual_cwd.c?revision=1.74.2.9.2.3&view=markup&pathrev=PHP_5_2) There is a *lot* of changes, but as far as I can see, IS_ABSOLUTE_PATH is broken. It is used in expand_filepath, for example: "\\tmp\\test.txt" returns: before: C:\tmp\test.txt after: C:\phpbuilds\php_5_2\tmp\test.txt --Pierre