Archive for February, 2008

I learn something new every day. (PHP Quality Assurance)

Friday, February 29th, 2008

I mentioned earlier today that I am at that I am at the PHP London Conference. And I just found out something new about PHP that I wanted to share.

Apparently PHP has quality assurance. That is to say, there are a team of contributers dedicated to QA for PHP. One of the members, Zoe Slattery from IBM gave a talk here today with the superb name “test||die”.

Anyone who has compiled PHP from source should be aware that there is a test suite for PHP, but fewer are likley to know that it is actively maintained.

All the tests use standard PHP, so if you know PHP, you can contribute tests. Check out qa.php.net for more information. (I didn’t even know that website existed).

PHP London 2008

Friday, February 29th, 2008

Today I am at the PHP Conference London 2008, with about 300 other developers. We’ve all listened to Ivo Jansch in his “PHP Enterprise” talk, which is a good discussion of software engineering for php developers.

I’m currently listening to Stefan Esser’s”Binary PHP Analysis” talk which is a really useful insight into php security auditing.