[PHP-DEV] Re: PHP6 Feature Testing Debugging

2007-04-26 Thread Michael Wallner
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.

Regards,
-- 
Michael

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: PHP6 Feature Testing Debugging

2007-04-26 Thread David Coallier

On 4/27/07, Michael Wallner [EMAIL PROTECTED] 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

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php