Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45214 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44781 invoked from network); 4 Aug 2009 05:17:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2009 05:17:09 -0000 Authentication-Results: pb1.pair.com header.from=daniel@zoltak.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=daniel@zoltak.com; spf=permerror; 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:57277] helo=ipmail04.adl2.internode.on.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/14-43528-254C77A4 for ; Tue, 04 Aug 2009 01:17:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYCAHZgd0qWZZo2/2dsb2JhbACBUpdWujaEGAU X-IronPort-AV: E=Sophos;i="4.43,319,1246804200"; d="scan'208";a="427163345" 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:47:03 +0930 Received: (qmail 7400 invoked from network); 4 Aug 2009 05:17:01 -0000 Received: from unknown (HELO localhost) (127.0.0.1) by 127.0.0.1 with SMTP; 4 Aug 2009 05:17:01 -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 15:17:01 +1000 Message-ID: <20090804151701.kz6r6iu0gsggow0k@webmail.zoltak.com> Date: Tue, 04 Aug 2009 15:17:01 +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> <20090804141646.7fqv1kq2o0k00w8c@webmail.zoltak.com> <20090804143651.js8pg021ww084kg8@webmail.zoltak.com> <5E1C7604-0E34-40E7-86AA-906D9975BBBD@macvicar.net> In-Reply-To: <5E1C7604-0E34-40E7-86AA-906D9975BBBD@macvicar.net> 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 : > 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. I'm not sure if this is the cause either? The issue is that in the backtrace it appears to crash in the function _zend_is_inconsistent intermittently. If the function was working correctly the code I wrote would just return -1 everytime instead of random crashes? The other options is to stop the check by checking to see if the SAPI has been initialised before calling the zend_hash_find function - how can I do this? Or/and do the error_log open_base check after the SAPI has be initialised - again not sure how to do this? Ideally both should be performed to ensure the error_log path is within the open_base.