Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29062 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18866 invoked by uid 1010); 27 Apr 2007 04:37:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18851 invoked from network); 27 Apr 2007 04:37:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2007 04:37:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.247 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.132.247 an-out-0708.google.com Received: from [209.85.132.247] ([209.85.132.247:59387] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/9E-23456-DED71364 for ; Fri, 27 Apr 2007 00:37:02 -0400 Received: by an-out-0708.google.com with SMTP id c28so495891ana for ; Thu, 26 Apr 2007 21:36:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=ObIoXFWbcOGyvorjHligDdo5GWpQNd607bFXSdJ33oewcSwniYVGxV0MRqxKeo9ejRoMHjLGKELj34cMssn8iwgR7qqs/Q2EezFh2qN4+P9kSubwaZLv7f8zswat5Npnx0HM/bOU27yMB2FOZrAZ+Xdrhx2Ir8U7tdijpA+fdHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=RrKTWRhxraIQlAzVjI1pJwjBFydvZnpdEv5B3pnk4mVXBiDfdAtcwOOBOZEAtiXfiMt1LTrDTtvPcd+3X1DHhNPfWfT1HVzFmBEUHq8OsTRLtgQr2CWYSPfK7VULUNR4nOcsnCP3eK3Dk7ZlVgiXz/eKU7R/ednj1d3tc+KmKio= Received: by 10.100.200.12 with SMTP id x12mr1725247anf.1177648618868; Thu, 26 Apr 2007 21:36:58 -0700 (PDT) Received: by 10.100.171.3 with HTTP; Thu, 26 Apr 2007 21:36:58 -0700 (PDT) Message-ID: Date: Fri, 27 Apr 2007 00:36:58 -0400 Sender: david.coallier@gmail.com To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: d37f4feb4323424d Subject: PHP6 Feature Testing & Debugging From: davidc@php.net ("David Coallier") Hello all, as most of you know we have been accepted in the Google Summer of Code for a refactory of a framework using PHP6. As I mentionned one of the main goals of this is to help with the development of PHP6 and testing. So here I go, what are the features and tests that YOU would like to see reported ? I am currently building a list of things that we have to test and I am wondering which are the parts you consider the most important and the most bogus/untested perhaps. Thanks, David