Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29064 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24663 invoked by uid 1010); 27 Apr 2007 04:55:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 24648 invoked from network); 27 Apr 2007 04:55:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2007 04:55:30 -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.250 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.250 an-out-0708.google.com Received: from [209.85.132.250] ([209.85.132.250:8834] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/4F-23456-F3281364 for ; Fri, 27 Apr 2007 00:55:29 -0400 Received: by an-out-0708.google.com with SMTP id c28so499251ana for ; Thu, 26 Apr 2007 21:55:25 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TGoJ4WNiWHIOgW4CwnLlcgIbd5PPBOXLe+bBGXKkGBRtBk2hEvRFA0dVGfVig5ahrPhwx4BqgJjSYBa3TW5KHt0bDOmrIsXYglySU8cjihsHjRiEPNCJgmR0iJQBjzCo8OouhzQSknd2tL6N0URpsbKVjkr0V6lpOIABjFoYdqI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=F9hQOPL+e7nOrZrSjIibZLIPK1qojHyib6LIKMIPkYRDZOqlkNtfvvxXhfTayDYkcN+k9uJfSyuO3B7JG/+279vV3/JbXlEfIdaC98HGpvY3BWnmrbEOLWIQnUkhFepfCq0cafBXYXqg5NaCtp/ZbKSW/NpxhOTxLtt5Lt0FYaY= Received: by 10.100.112.19 with SMTP id k19mr1737329anc.1177649725681; Thu, 26 Apr 2007 21:55:25 -0700 (PDT) Received: by 10.100.171.3 with HTTP; Thu, 26 Apr 2007 21:55:25 -0700 (PDT) Message-ID: Date: Fri, 27 Apr 2007 00:55:25 -0400 Sender: david.coallier@gmail.com To: "Michael Wallner" Cc: internals@lists.php.net In-Reply-To: <16.FE.23456.E5F71364@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16.FE.23456.E5F71364@pb1.pair.com> X-Google-Sender-Auth: 0adc9466894c1b38 Subject: Re: [PHP-DEV] Re: PHP6 Feature Testing & Debugging From: david.coallier@nyphp.com ("David Coallier") On 4/27/07, Michael Wallner wrote: > David Coallier wrote: > > > 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. > > There's absolutely new code for output handlers, torture it. > > Text processing incl. compression, DB access, XML handling > might be good candidates to test, too. > Yep, perhaps I should add the list of what I have that we need to test: - cookies (setting, reading, etc) - sessions (setting, reading, destroying, etc) - XML Handling (SimpleXML, DOMDocument, XMLReader, XMLWriter) - Database Accessibility (PDO, et al) - output buffering, handling - perhaps namespaces if it ever gets in head anytime soon) - SPL (ArrayAccess, Iterator, IteratorIterator, DirectoryIterator, etc...) - array handling in general - general 64 bit capabilities - Iteration over multi-dimensional arrays - goto/jump *grumble* - Real static bindings - and of course APC in the core... seeing how it reacts with unicode (I know it's not done yet..(apc -> unicode) > Regards, > -- > Michael > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > David