Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22321 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22971 invoked by uid 1010); 10 Mar 2006 06:59:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22955 invoked from network); 10 Mar 2006 06:59:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2006 06:59:57 -0000 X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:10314] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id F3/2A-27106-CE321144 for ; Fri, 10 Mar 2006 01:59:57 -0500 Received: (qmail 3476 invoked from network); 10 Mar 2006 06:59:52 -0000 Received: from localhost (HELO ANDI-NOTEBOOK.zend.com) (127.0.0.1) by localhost with SMTP; 10 Mar 2006 06:59:52 -0000 Message-ID: <7.0.1.0.2.20060309225914.08a565d8@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Thu, 09 Mar 2006 22:59:46 -0800 To: Rasmus Lerdorf Cc: "Brian J. France" ,internals@lists.php.net In-Reply-To: <44111D29.8030407@lerdorf.com> References: <0FF5C589-6436-45E0-8626-F0B9944046ED@firehawksystems.com> <7.0.1.0.2.20060309222503.08a04930@zend.com> <44111D29.8030407@lerdorf.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] primary file realpath change From: andi@zend.com (Andi Gutmans) Seems that needs fixing then (non-TSRM). We should support the realpath cache also in non-TSRM mode. At 10:31 PM 3/9/2006, Rasmus Lerdorf wrote: >Andi Gutmans wrote: >>Are you sure VCWD_REALPATH doesn't use the realpath cache? It did >>last time I checked and I think is still the right method to use there... > >quite > >#define VCWD_REALPATH(path, real_path) realpath(path, real_path) > >-Rasmus