Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29765 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96932 invoked by uid 1010); 25 May 2007 18:30:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96916 invoked from network); 25 May 2007 18:30:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2007 18:30:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=tijnema@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tijnema@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.242 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.242 an-out-0708.google.com Received: from [209.85.132.242] ([209.85.132.242:51552] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AB/66-46302-24B27564 for ; Fri, 25 May 2007 14:30:37 -0400 Received: by an-out-0708.google.com with SMTP id c18so254457anc for ; Fri, 25 May 2007 11:30:08 -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=fU/Vdi0CgqcD/Zck2azQ4Kt0k423UyMalhTWam4uCOim8zT3TGCMWHTAmbVu3QxCkl0XGVhWiKQITlrvh+IEuWD/A9yJTawtzZLbzAaNKdwmM/EZGc4hP4NZlQwZkfnU5/tWg+pNFYzusQ7WDPT7e8GwgTEw9/tMYjp64GVYGG8= 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=s6Xlk1ZONQ8FMFn3RxY9s9o2jE4HAAwEHelsxQScWoicsNHhemCJYCkl4aMiv9hxvmT86LkZyTp7JSkicwK7L0uSV8wl3MylL/5Kdi3hXSU7U1n0sadJ9q7Ax6Hb347pO1jUPZW/k6GFhu/3Sfvr3aWI9yxSm0MIS/yfBWQxh54= Received: by 10.100.250.7 with SMTP id x7mr2965745anh.1180117808087; Fri, 25 May 2007 11:30:08 -0700 (PDT) Received: by 10.100.43.17 with HTTP; Fri, 25 May 2007 11:30:08 -0700 (PDT) Message-ID: Date: Fri, 25 May 2007 20:30:08 +0200 To: "Oliver Block" Cc: internals@lists.php.net In-Reply-To: <200705252026.11759.lists@block-online.eu> 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> <465717F0.1010603@lerdorf.com> <465721FA.6040800@adaniels.nl> <200705252026.11759.lists@block-online.eu> Subject: Re: [PHP-DEV] Re: Still having lstat trouble From: tijnema@gmail.com (Tijnema) On 5/25/07, Oliver Block wrote: > Hi, > > how about > > gdb php > > > Regards, > > Oliver He said that the problem only occured with the Apache 2 SAPI, so the gdb is for the PHP CLI. Tijnema > > Am Freitag, 25. Mai 2007 19:50 schrieb Arnold Daniels: > > 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 > > > > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >