Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29705 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79559 invoked by uid 1010); 23 May 2007 22:11:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 79535 invoked from network); 23 May 2007 22:11:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2007 22:11:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; 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:52533] helo=mail.lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EE/A3-52937-8FBB4564 for ; Wed, 23 May 2007 18:11:05 -0400 Received: from trainburn-lm-corp-yahoo-com.local (c-24-6-22-164.hsd1.ca.comcast.net [24.6.22.164]) (authenticated bits=0) by mail.lerdorf.com (8.14.1/8.14.1/Debian-2) with ESMTP id l4NMAuEB004896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 May 2007 15:10:56 -0700 Message-ID: <4654BBED.2050502@lerdorf.com> Date: Wed, 23 May 2007 15:10:53 -0700 User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Brian Moon CC: Arnold Daniels , internals@lists.php.net References: <4638E608.2090202@adaniels.nl> <4654A616.7050302@adaniels.nl> <4654B7FA.2090806@lerdorf.com> <4654B9C5.3020502@dealnews.com> In-Reply-To: <4654B9C5.3020502@dealnews.com> 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/3288/Wed May 23 12:56:54 2007 on colo.lerdorf.com X-Virus-Status: Clean Subject: Re: [PHP-DEV] Still having lstat trouble From: rasmus@lerdorf.com (Rasmus Lerdorf) Brian Moon wrote: > Rasmus Lerdorf wrote: >> 5:52pm ubuntu:~> php p > > I think he said "Also this problem only occurs in the Apache 2 SAPI, not > in the CLI version." Works fine under Apache1. I don't have Apache2 handy on this box. But I can't see this being affected by the SAPI in any way other than user permissions and/or some sort of SELinux restriction. As in, things external to PHP itself. So, if someone who knows their way around strace can reproduce this problem and show me the series of syscalls and their exit status, we can probably figure out what is happening. I'm about 90% sure this is not a PHP problem, but rather a system configuration problem. -Rasmus