testinstall.php
Testing: json_encode Not Available
Testing: json_decode Not Available
everything else is ok
Error: Connections and Privileges not tested
ah. so these functions is builtin to php and I don't have theme.
-- <mysqlclientVersion>5.0.21</mysqlclientVersion>
-- <phpVersion>5.1.2</phpVersion>
so it seems I must upgrade php to make this work. you do now there are custom functions to have these builtin functions?
http://www.bin-co.com/php/scripts/array2json/which is a function to have json_encode on those php that does not support it. and if the real one exists it will redirect it to it.however I see that it would be less buggy to use the built in functions.