Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29761 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64377 invoked by uid 1010); 25 May 2007 17:08:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64362 invoked from network); 25 May 2007 17:08:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2007 17:08:17 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 mail.lerdorf.com Received: from [204.11.219.139] ([204.11.219.139:40035] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/92-46302-EF717564 for ; Fri, 25 May 2007 13:08:15 -0400 Received: from trainburn-lm.corp.yahoo.com (trainburn-lm.corp.yahoo.com [207.126.233.11]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-4) with ESMTP id l4PH82Hp002379 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 25 May 2007 10:08:03 -0700 Message-ID: <465717F0.1010603@lerdorf.com> Date: Fri, 25 May 2007 10:08:00 -0700 User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Tijnema CC: Brian Moon , internals@lists.php.net References: <4638E608.2090202@adaniels.nl> <4654A616.7050302@adaniels.nl> <4654BD0A.60903@macvicar.net> <4654C01C.6040600@lerdorf.com> <4654C380.7060206@dealnews.com> <4654C4E2.2090301@lerdorf.com> In-Reply-To: X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3301/Fri May 25 01:38:57 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] Re: Still having lstat trouble From: rasmus@lerdorf.com (Rasmus Lerdorf) Tijnema wrote: > On 5/24/07, Rasmus Lerdorf wrote: >> Which filesystems is /tmp on on the various boxes? tmpfs related >> perhaps? >> >> -Rasmus > > Nice idea, but I don't think it's a problem there, I think it's a > configuration problem. I've build my own linux, and so I have all > configuration like I want. > I'm running php-5.2.3RC1 as Apache 2.2.3 module. > I've split up my USB stick in a few file systems, and they worked all > for me, except for msdos&vfat file systems, as they don't support > symlinks. > Test results here: > http://86.86.80.41/fs_test.php > and source for the test is here: > http://86.86.80.41/fs_test.phps Mount options then perhaps? There is a "nosymlink" mount option which would certainly cause this. -Rasmus