Archive for November, 2006

PHP 5.2 ajaxified

PHP 5.2.0 was released a few weeks ago. Apart from the usual bigger, better badder there are two small additions that I think are worth mentioning.

A new extension for JSON decoding and encoding enabled by default.
Hooks for tracking file uploads.

These features aren’t competing for the heavy weight title in the release notes. Still, having these [...]

Javascript, PHP

New help desk application using Zend Framework

Every now and then I sit down to take a closer look on various PHP frameworks to see if it is something I would want to use. For some reason I have never actually used any of the frameworks I have investigated. Too stubborn I guess. A while ago, when I was working on an [...]

PHP