Heard in the Community (2010.07.25)

Warning: This blog post was written a long time ago and might be no longer relevant.

"Heard in the Community" series aims to wrap up news from the PHP, symfony and other communities I find interesting and follow.

Here's the first post.

Protect your privates

Symfony2

Symfony2 coding standards favor public and protected access modifiers over private. Blog post by Lukas started hot discussion on this subject in the community (on twitter and blogs):

While I think that all methods should be as private as possible I can understand points made in the listed blog posts. I guess coding an Open Source framework might need different approach. In everyday work, however, I believe it's a good practice to make the main responsibility of a class public and its internals private or protected.

PHP4 is dead (again)

WordPress

Over 3 years ago PHP4 end of life announcement was published. Despite its death PHP4 is still hanging around like a zombie. Some of the popular Open Source projects keep supporting it. WordPress is one of the last projects to announce end of support for PHP4. Finally I'd say.

PHP 5.3.3 Was Released

PHP

Both PHP 5.3.3 and 5.2.14 were released with many bug and security fixes. I'm really happy to read that FPM (FastCGI Process Manager) SAPI is now available in the PHP out of the box.

An entirely unscientific look at why people attend conferences

I mainly attend conferences to network and find inspiration. Cal Evans asked group of developers and managers why people attend conferenes and gathered quite an interesting results.