Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35413 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62368 invoked by uid 1010); 12 Feb 2008 14:29:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62352 invoked from network); 12 Feb 2008 14:29:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2008 14:29:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=zoe.slattery@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zoe.slattery@googlemail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 66.249.92.169 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: zoe.slattery@googlemail.com X-Host-Fingerprint: 66.249.92.169 ug-out-1314.google.com Received: from [66.249.92.169] ([66.249.92.169:15787] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/D0-36990-66DA1B74 for ; Tue, 12 Feb 2008 09:29:58 -0500 Received: by ug-out-1314.google.com with SMTP id u40so478199ugc.29 for ; Tue, 12 Feb 2008 06:29:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=pQ4RWJwPFDrUlI/+QDOQ0tPvek9jrmy4dQObCD2dNw8=; b=cl8gMcmSnVk5clntyXCAKTo/vAVh+0dRXH7dyoRZIusdPn1zFhtMIlc5T1HXrz5NWKwx8ClWQAG0ZpTgOEMPHn2i499FcjJbMHPPwYq4YyYorjgjdrGD0NGpmCeCTAgBvKaH+DeS4/A500rkWulmkAaeLgbYa/3Nhy/v7IzoTgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=IAc8IESO0xed4k68ar3Tu5xfptUN7WXBAZtY+dEZkxNxWFY0LUt2oNhJ12Y6TAIHhzNC7kaxkG4Z/xp4f1S5v8zDWVsVyhuYAV7d72RAa6gKfhPlUa42qBfp6+7R1XkhaxsXtptw7gWwrNsP1VwYN1DPwCDi5X9jY1Bg4gF4w38= Received: by 10.78.107.8 with SMTP id f8mr2495696huc.38.1202826594885; Tue, 12 Feb 2008 06:29:54 -0800 (PST) Received: from ?192.168.1.106? ( [81.146.46.168]) by mx.google.com with ESMTPS id 36sm176001huc.12.2008.02.12.06.29.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Feb 2008 06:29:54 -0800 (PST) Message-ID: <47B1AD5F.2000604@googlemail.com> Date: Tue, 12 Feb 2008 14:29:51 +0000 User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: Philip Olson CC: internals@lists.php.net, nicholsr@php.net, helly@php.net, kraghuba@php.net References: <47ADCF41.7080306@googlemail.com> <43FCD95F-2B15-49FB-973F-BF973F2FEEA7@roshambo.org> In-Reply-To: <43FCD95F-2B15-49FB-973F-BF973F2FEEA7@roshambo.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Updates to the QA pages From: zoe.slattery@googlemail.com (zoe) Philip Olson wrote: > > A few moons ago the following [rough] wiki page was started with the > aim to answer questions not yet covered within the QA site, questions > like "installing lcov", "how to test if a test covers what I want", > and such. Please feel free to steal information from it for qaweb: > > http://doc.php.net/wiki/writing-tests For now, I have put a link in the QA web pages that points to this. I think the QA pages could probably do with a bit of restructuring to make them easier to navigate and at that stage this information should go in, it's very useful. I have restructuring on my long term to-do list - so I'd be more than happy if someone else got there first :-) > > Regarding your proposed changes, could you provide a unified diff? > Looks good, but it's difficult to see what's been updated. Or, just > commit... :) If there isn't any further feedback by this time tomorrow I'll commit. Thanks for your help, Zoe