Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90964 invoked by uid 1010); 26 May 2007 20:09:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90949 invoked from network); 26 May 2007 20:09:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2007 20:09:37 -0000 Authentication-Results: pb1.pair.com header.from=info@adaniels.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@adaniels.nl; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adaniels.nl from 82.94.236.173 cause and error) X-PHP-List-Original-Sender: info@adaniels.nl X-Host-Fingerprint: 82.94.236.173 loco.helderhosting.nl Linux 2.5 (sometimes 2.4) (4) Received: from [82.94.236.173] ([82.94.236.173:57818] helo=loco.helderhosting.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FE/44-49291-00498564 for ; Sat, 26 May 2007 16:09:36 -0400 Received: from [192.168.1.170] (a80-126-54-132.adsl.xs4all.nl [80.126.54.132]) by loco (Postfix) with ESMTP id 4EB4251E1D8; Sat, 26 May 2007 22:09:33 +0200 (CEST) Message-ID: <465893FD.5040502@adaniels.nl> Date: Sat, 26 May 2007 22:09:33 +0200 User-Agent: Thunderbird 1.5.0.10 (X11/20070403) MIME-Version: 1.0 To: Tijnema Cc: Oliver Block , Rasmus Lerdorf , internals@lists.php.net References: <4638E608.2090202@adaniels.nl> <200705260208.18082.lists@block-online.eu> <46577F7A.6000200@lerdorf.com> <200705260236.00461.lists@block-online.eu> <46579EDB.5020901@adaniels.nl> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Still having lstat trouble From: info@adaniels.nl (Arnold Daniels) I found my problem as well. I am running apache2 prefork, but the headers for apache2-mpm ware installed instead. I guess Ubuntu messed up with the distro update. Thanks for all your help, Arnold Tijnema wrote: > Ok, I think I found the problem, as Oliver pointed me on something in > the thread titled "virtual_file_ex/filetype". > When PHP is build with --enable-maintainer-zts mode, then this lstat, > and some others too, is broken. > I have build 2 PHP installations(PHP-5.2.3RC1), Both with the same > configuration options, except that I build the first without > --enable-maintainer-zts, and the second one with. > The first one does execute the code as expected, while the second code > doesn't. It returns the same for all filesystems that were actually > allowing symlinks, no matter which options used: > file > not a link > same > > So, thank Oliver! > > Tijnema >