Monthly Archives: July 2011

Symfony 2.0 went gold!

Symfony 2.0 released! (via Jakub Zala). Cheers! First PHP framework (and beating NGINX) delivering RFC-conform HTTP redirect messages. If you have not looked inside the code, it’s time you start reading. There is much to discover. Source is on github.

Posted in Linked, PHP Development, PHP Frameworks, PHP Library, Pressed, Tools | Tagged , | Leave a comment

WordPress: Vulnerability Statistics (CVE)

WordPress : Vulnerability Statistics (via CVE Details)

Posted in Linked, Pressed, WordPress Support | Tagged , , | Leave a comment

Many stops equal a U+002E full stop

Posted on by hakre | Leave a comment

getallheaders available for FASTCGI in PHP 5.4

Good news. PHP 5.4 – according to docs – will support the “apache alias” getallheaders(). That means, you can get all header values of the request w/o fiddling any longer with server configuration. N1. Read On: What new feature in … Continue reading

Posted in Linked, PHP Development, Pressed | Tagged , , , , , , , | 5 Comments

Why getter and setter methods are evil

Some classic read: Why getter and setter methods are evil via GetterEradicator.

Posted in Code Smells | Tagged , , | 1 Comment

Semantic Versioning

Posted on by hakre | Leave a comment

Improved handling of HTTP requests in PHP

Improved handling of HTTP requests in PHP Merci beaucoup Nicolas Grekas for compiling this in-depth! Read On: getallheaders available for FASTCGI in PHP 5.4 (18 Jul 2011)

Posted in Linked, PHP Development, The Know Your Language Department | Tagged , , , | 1 Comment