-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.6
-
MOODLE_30_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
lib/ajax/service.php includes a call to json_last_error_msg (if there is an error). This function requires PHP 5.5, resulting in error messages in the PHP log if called on a PHP 5.4 system.
Latest Moodle requires newer PHP versions so no problem there, but this code should not be in supported 3.0 and 3.1 branches. I'll do a quick patch to take it out.