Tag: json_encode

  • Installing PECLjson on CentOS 5.3

    I’m writing a bit of PHP that requires the use of the json_encode function. This function is built into php > 5.2 and on Fedora 10, it’s not an issue. json_encode PHP 5 >= 5.2.0, PECL json >= 1.2.0 Unfortunately Cent OS 5.3 uses php 5.1.6. No worries, using pecl it’s relatively straight forward .…