Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41806 invoked by uid 1010); 25 May 2007 20:21:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41791 invoked from network); 25 May 2007 20:21:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2007 20:21:25 -0000 Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.249 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tijnema@gmail.com X-Host-Fingerprint: 209.85.132.249 an-out-0708.google.com Received: from [209.85.132.249] ([209.85.132.249:6560] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/9B-46302-14547564 for ; Fri, 25 May 2007 16:21:25 -0400 Received: by an-out-0708.google.com with SMTP id c18so268879anc for ; Fri, 25 May 2007 13:21:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KaFBI3Z2AKkH/5AOOMnXvJE3U0D5Kc2e2zl4Td4hYa4MJkRCxKFYkkH43cXIGuGttJPxM436v2d+ij/WlSZGnLtZkcbgFxfIxjDh4bDuZpkoDHtobZ+/PuCdNAxiF1B0+zfARo7FSuyGUjAGZyuJ5OS8hu+7hpgWJfOa2bEYLHU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dyq49+muqV50o+XlHtTcjNFl6YKuOwSnyG2ObC7IA3a14ZKsf7GdHrkPm04MHaRV3WAjdRAUHKADOpTc7Cv0ON3p1Ju3ZU76W2IK3MDEjFBIj6p6lDO+BkctniiXDD9Ezfc+29saZqvV6T+EtRVdVxwnH7reQJoRhmhTuqGI7J0= Received: by 10.100.194.7 with SMTP id r7mr2985840anf.1180123878799; Fri, 25 May 2007 13:11:18 -0700 (PDT) Received: by 10.100.43.17 with HTTP; Fri, 25 May 2007 13:11:18 -0700 (PDT) Message-ID: Date: Fri, 25 May 2007 22:11:18 +0200 To: "Arnold Daniels" Cc: "Rasmus Lerdorf" , "Brian Moon" , internals@lists.php.net In-Reply-To: <465721FA.6040800@adaniels.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> <465717F0.1010603@lerdorf.com> <465721FA.6040800@adaniels.nl> Subject: Re: [PHP-DEV] Re: Still having lstat trouble From: tijnema@gmail.com (Tijnema) On 5/25/07, Arnold Daniels wrote: > Hi again, > > No, the symlinks work fine in the shell and with all other applications. > Also I haven't mounted with any options other than 'notail'. Please have a > look at the e-mail I've send a few hours ago. > > arnold@arnold-laptop:~$ mount > /dev/sda3 on / type reiserfs (rw,notail) > ..... > > Best regards, > Arnold Quite weird, I have mounted with notail too now, just to make sure the problem isn't there, but I can't reproduce your problem. I also have Apache 2.2.3, and I tested it with PHP-5.2.3RC1, PHP-5.2.2RC2, PHP-5.2.1 and an old CVS of PHP6. No problems at all. Tijnema > > > > Rasmus Lerdorf wrote: > 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 >