Php-json
From ChrisDevbox
php-json is an extremely fast PHP C extension for JSON (JavaScript Object Notation) serialisation. It conforms to the JSON specification.
[edit] Installation
wget http://aurore.net/projects/php-json/php-json-ext-1.2.1.tar.bz2 tar xvf php-json-ext-1.2.1.tar.bz2 cd php-json-ext-1.2.1 phpize ./configure make make install vi /etc/php.ini Add the following: extension=json.so
