Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27586 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56244 invoked by uid 1010); 22 Jan 2007 18:08:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56229 invoked from network); 22 Jan 2007 18:08:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Jan 2007 18:08:48 -0000 Authentication-Results: pb1.pair.com header.from=david@emomentum.co.uk; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=david@emomentum.co.uk; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain emomentum.co.uk from 81.29.70.164 cause and error) X-PHP-List-Original-Sender: david@emomentum.co.uk X-Host-Fingerprint: 81.29.70.164 server1.olate.net Received: from [81.29.70.164] ([81.29.70.164:56946] helo=server1.olate.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0C/11-47560-5ADF4B54 for ; Mon, 22 Jan 2007 13:08:48 -0500 Received: from 154.190-233-85.staticip.namesco.net ([85.233.190.154] helo=[10.1.20.29]) by server1.olate.net with esmtpa (Exim 4.63) (envelope-from ) id 1H93av-0007BV-VZ for internals@lists.php.net; Mon, 22 Jan 2007 18:08:38 +0000 Message-ID: <45B4FD86.4080206@emomentum.co.uk> Date: Mon, 22 Jan 2007 18:08:06 +0000 Reply-To: david@emomentum.co.uk Organization: eMomentum Ltd User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.olate.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - emomentum.co.uk X-Source: X-Source-Args: X-Source-Dir: Subject: Diagnosing bug From: david@emomentum.co.uk (David Mytton) Hi, I have been trying to track down a potential bug in my code and after testing everything I could, I believe it is a bug in PHP. The problem is that it's quite a complex issue and only occurs when mod_rewrite is being used on Linux (it works fine on my Windows PC I'm developing on). I have done all the usual things like disable all 3rd party extensions and use the latest PHP snapshot (PHP 5) but the bug still comes up. I can work around it but I would prefer to submit a bug report so it can be looked and hopefully fixed. This is where the problem is. I have been discussing the problem on php.general - http://news.php.net/php.general/247543 - and my difficulty is producing test code that I can use to submit a bug report. I have attempted to "extract" the code out of the applicatiom but when I do that, the code works fine. I know that this suggests that it is a bug in my code and not PHP at all, but the nature of the bug, and the fact that it only occurs with mod_rewrite on Linux, I believe suggests otherwise. So I'm asking if someone could take a look at my post to php.general and possibly give me some advice for writing up a test case for this so I can report it properly? Thanks, David Mytton