Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45159 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37338 invoked from network); 31 Jul 2009 07:50:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2009 07:50:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:63630] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A3/02-26675-B52A27A4 for ; Fri, 31 Jul 2009 03:50:52 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1MWmt6-0003Ku-A0; Fri, 31 Jul 2009 07:50:48 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/0nE1JtkcnjSfkwVxoeJTxX95kjCE7phk= Message-ID: <4A72A254.8030808@sci.fi> Date: Fri, 31 Jul 2009 10:50:44 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: daniel@zoltak.com CC: internals@lists.php.net References: <20090731101017.jcs6fiyk0sg4gcok@webmail.zoltak.com> In-Reply-To: <20090731101017.jcs6fiyk0sg4gcok@webmail.zoltak.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: jani.taskinen@sci.fi (Jani Taskinen) On 07/31/2009 03:10 AM, daniel@zoltak.com wrote: [snip] > The above code has been works fine in PHP 5.2.6. In PHP 5.2.10 it works > except when an .htaccess is defined with the following: > > <--BEGIN SNIP .htaccess--> > php_value error_log '/home/st/stu/studio1.com.au/www/logs/php_err.log' > <--END 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. --Jani