Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45213 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42368 invoked from network); 4 Aug 2009 04:58:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2009 04:58:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:45467] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 12/A3-43528-110C77A4 for ; Tue, 04 Aug 2009 00:58:57 -0400 Received: from [192.168.1.105] (macvicar.demon.co.uk [80.177.111.173]) by whisky.macvicar.net (Postfix) with ESMTP id 763B13C8D2E; Tue, 4 Aug 2009 00:58:54 -0400 (EDT) Cc: jani.taskinen@iki.fi, Jani Taskinen , internals@lists.php.net Message-ID: <5E1C7604-0E34-40E7-86AA-906D9975BBBD@macvicar.net> To: daniel@zoltak.com In-Reply-To: <20090804143651.js8pg021ww084kg8@webmail.zoltak.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 4 Aug 2009 05:58:52 +0100 References: <20090731101017.jcs6fiyk0sg4gcok@webmail.zoltak.com> <4A72A254.8030808@sci.fi> <4A7545C4.60202@zoltak.com> <4A75A950.6030701@sci.fi> <4A760126.9070002@lerdorf.com> <4A76199F.9040701@sci.fi> <20090803145207.l09o05kib4ow8448@webmail.zoltak.com> <4A76993F.5000401@sci.fi> <20090803215255.0vh3a3gif4wk8o0w@webmail.zoltak.com> <4A76D3DB.4040106@sci.fi> <20090803221910.mmhi8jy20o48gc00@webmail.zoltak.com> <4A76D997.5090008@sci.fi> <20090804121441.wuq024oznoc88c4o@webmail.zoltak.com> <374A7AD0-D3BE-4FAE-BBBF-9B08D3A613E5@macvicar.net> <20090804134933.vf99eu7e8so8gg4w@webmail.zoltak.com> <20090804141646.7fqv1kq2o0k00w8c@webmail.zoltak.com> <20090804143651.js8pg021ww084kg8@webmail.zoltak.com> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: scott@macvicar.net (Scott MacVicar) On 4 Aug 2009, at 05:36, daniel@zoltak.com wrote: >> Quoting daniel@zoltak.com: > >>> Quoting Scott MacVicar : > >> [snip] >>> Do you know the first version it stopped working? 5.2.7 - 5.2.10 is >>> about 15 months worth of bug fixes. Narrowing it down to a >>> particular >>> version would help. >> >> I will determine the first version it stopped working with and get >> back >> to you. > > The issue starts from 5.2.8 only had a single fix over 5.2.7 in the > change log. Looking over the 5.2.7 change log I found: > > Added logging option for error_log to send directly to SAPI. (Stas) That adds an option to the PHP function error_log() no changes to the actual SAPI code. http://svn.php.net/viewvc?view=revision&revision=268964 It could be related to the following patch to do with evaluation order of per directory configuration http://svn.php.net/viewvc?view=revision&sortby=date&revision=269640 Again it's another security issue that was resolved. Scott