Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39309 invoked from network); 4 Aug 2009 04:37:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2009 04:37:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=daniel@zoltak.com; spf=permerror; sender-id=softfail Authentication-Results: pb1.pair.com header.from=daniel@zoltak.com; sender-id=softfail Received-SPF: error (pb1.pair.com: domain zoltak.com from 203.16.214.57 cause and error) X-PHP-List-Original-Sender: daniel@zoltak.com X-Host-Fingerprint: 203.16.214.57 ipmail04.adl2.internode.on.net Received: from [203.16.214.57] ([203.16.214.57:45700] helo=ipmail04.adl2.internode.on.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/13-43528-8EAB77A4 for ; Tue, 04 Aug 2009 00:36:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuQCAOtVd0qWZZo2/2dsb2JhbACBUo1WigC6T4QYBQ X-IronPort-AV: E=Sophos;i="4.43,319,1246804200"; d="scan'208";a="427146300" Received: from ppp154-54.static.internode.on.net (HELO zoltak.com) ([150.101.154.54]) by ipmail04.adl2.internode.on.net with SMTP; 04 Aug 2009 14:06:52 +0930 Received: (qmail 27329 invoked from network); 4 Aug 2009 04:36:51 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by 127.0.0.1 with SMTP; 4 Aug 2009 04:36:51 -0000 Received: from myob.com.au (myob.com.au [203.34.100.2]) by webmail.zoltak.com (Horde MIME library) with HTTP; Tue, 04 Aug 2009 14:36:51 +1000 Message-ID: <20090804143651.js8pg021ww084kg8@webmail.zoltak.com> Date: Tue, 04 Aug 2009 14:36:51 +1000 Cc: Scott MacVicar , jani.taskinen@iki.fi, Jani Taskinen , internals@lists.php.net 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> In-Reply-To: <20090804141646.7fqv1kq2o0k00w8c@webmail.zoltak.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1.6) Subject: Re: [PHP-DEV] fopen_wrappers.c DOCUMENT_ROOT .htaccess error From: daniel@zoltak.com > 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) This sounds like it could be the cause. Anyway of tracking what the changes were?