Php-json

From ChrisDevbox

Jump to: navigation, search

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


[edit] Helpful Links

Personal tools