Wednesday, June 29, 2011

PHP 5.4 and Traits

PHP 5.4 is coming, and most important feature is, of course, Traits.
Now I'm reading about Traits, watching the presentation from author (Stefan Marr).
And on my VirtualBox I'm looking at (more than 2 hours already) how "make test" is works...

And finally, after 6 hours of testing:
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 76
Exts tested : 1
---------------------------------------------------------------------


Number of tests : 11653 1855
Tests skipped : 9798 ( 84.1%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 1 ( 0.0%) ( 0.1%)
Expected fail : 5 ( 0.0%) ( 0.3%)
Tests passed : 1849 ( 15.9%) ( 99.7%)
---------------------------------------------------------------------
Time taken : 22032 seconds
=====================================================================


=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Test open_basedir configuration [tests/security/open_basedir_unlink.phpt]
=====================================================================

Looks good enough to try...
But modules ffmpeg and apc not compiled with new API yet.

No comments:

Post a Comment