Displaying posts tagged:

PHPUnit Cheat Sheet

No Comments

I recently stumbled uppon this fine PHPUnit Cheat Sheet by Ian Monge. I find it superb enough to recommend it to all :)

PHP Exceptions to Gain Finally Keyword - Finally!

No Comments

PHP's exceptions have been around for quite some time now. However, contrary to their cousins in the Java world, they did not feature a finally keyword. Until now.

PHP's Ambitious Plans

No Comments

Looking through the PHP source on github, I stumbled upon this preliminary changelog for v5.5. I'm not quite sure what to say ... Good luck?

Chive v1.0 Released

No Comments

Chive, one of the most prominent applications written with the help of the Yii framework has finally reached version 1.0. Chive is a web-2.0-ish clone of the famous phpMyAdmin administrative tool for MySQL. In their own words:
Chive is a free, open source, web-based database management tool, designed to bring joy to web developers - with easy…

PHP Built-In Webserver

No Comments

There's been a userland webserver for PHP for some time in PEAR. Now it seems, PHP v5.4.0 will get its own built-in webserver.