I've installed json.so using pecl and its in the right place, it is
specified in the php.ini file, however when I run a script that calls
either of the two json commands I get the "Fatal error: Call to
undefined function json_encode()" error. I've restarted apache, and
even restarted the entire machine that its running on. Permissions on
the json.so file are the same as other libraries that are working.
Any ideas?
specified in the php.ini file, however when I run a script that calls
either of the two json commands I get the "Fatal error: Call to
undefined function json_encode()" error. I've restarted apache, and
even restarted the entire machine that its running on. Permissions on
the json.so file are the same as other libraries that are working.
Any ideas?
Comment