Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36065 invoked from network); 4 Aug 2009 04:16:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2009 04:16:58 -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:8499] helo=ipmail04.adl2.internode.on.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/A2-43528-736B77A4 for ; Tue, 04 Aug 2009 00:16:57 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYCAGdSd0qWZZo2/2dsb2JhbACBUpdWukqEGAU X-IronPort-AV: E=Sophos;i="4.43,318,1246804200"; d="scan'208";a="427137582" 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 13:46:47 +0930 Received: (qmail 21459 invoked from network); 4 Aug 2009 04:16:46 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by 127.0.0.1 with SMTP; 4 Aug 2009 04:16:46 -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:16:46 +1000 Message-ID: <20090804141646.7fqv1kq2o0k00w8c@webmail.zoltak.com> Date: Tue, 04 Aug 2009 14:16:46 +1000 To: Scott MacVicar Cc: 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> In-Reply-To: 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 Scott MacVicar : > On 4 Aug 2009, at 04:49, daniel@zoltak.com wrote: > >> Quoting Scott MacVicar : [snip] >>> You might be able to use sapi_getenv("DOCUMENT_ROOT", >>> sizeof("DOCUMENT_ROOT")) >> >> This method dosen't appear to work. > > Any chance of a clarification on "doesn't appear to work"? Does it fail > to compile or is it killing unicorns :-) To clarify it returns a NULL value. [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.