Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41531 invoked from network); 2 Aug 2009 21:12:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2009 21:12:12 -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 209.85.222.174 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.222.174 mail-pz0-f174.google.com Received: from [209.85.222.174] ([209.85.222.174:39352] helo=mail-pz0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EA/89-14439-B21067A4 for ; Sun, 02 Aug 2009 17:12:12 -0400 Received: by pzk4 with SMTP id 4so2235443pzk.7 for ; Sun, 02 Aug 2009 14:12:09 -0700 (PDT) Received: by 10.115.22.18 with SMTP id z18mr7962864wai.54.1249247529015; Sun, 02 Aug 2009 14:12:09 -0700 (PDT) Received: from ?216.145.54.15? (socks3.corp.yahoo.com [216.145.54.15]) by mx.google.com with ESMTPS id v9sm9359655wah.1.2009.08.02.14.12.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Aug 2009 14:12:08 -0700 (PDT) Message-ID: <4A760126.9070002@lerdorf.com> Date: Sun, 02 Aug 2009 14:12:06 -0700 User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: jani.taskinen@iki.fi CC: daniel@zoltak.com, internals@lists.php.net References: <20090731101017.jcs6fiyk0sg4gcok@webmail.zoltak.com> <4A72A254.8030808@sci.fi> <4A7545C4.60202@zoltak.com> <4A75A950.6030701@sci.fi> In-Reply-To: <4A75A950.6030701@sci.fi> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: rasmus@lerdorf.com (Rasmus Lerdorf) Jani Taskinen wrote: > Dan Zoltak wrote: >> Jani Taskinen wrote: >>> [snip] >>> There is a bug in 5.2.10 that might cause this, try latest SVN >>> checkout of PHP_5_2 branch, it should be fixed now. >> I've download and tested the latest snap (php5.2-200908020630) and I >> am still having the same issue. I have performed an strace with the >> following result: > > You obviously do not have the correct sources then. > Try get them directly using SVN: > > # svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_2/ > > And if those don't work either, you need to provide a GDB backtrace, the > strace is useless for this. Also make sure you configure PHP using > --enable-debug !! Jani, if you mean the fix for bug #48880, then that doesn't apply here. That was 5.3/6 only because it was in the new code that lets you tighten the open_basedir restrictions at runtime. I don't see any 5.2 fopen_wrappers.c changes for the past many months. -Rasmus