moodle/mnet
David Mudrák 2b604286b5 MDL-57775 xmlrpc: Pass escaping to xmlrpc_encode_request() calls
This patch adds the missing 'escaping' option to all remaining
xmlrpc_encode_request() calls in the moodle core code.

Without this, the xmlrpc_decode_request() call on the server side may
lead to wrongly decoded non-ascii characters.
2017-08-15 21:43:34 +02:00
..
service/enrol MDL-58853 versions: bump all versions and requires near release 2017-05-09 02:58:28 +02:00
tests MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
xmlrpc MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
environment.php MDL-52285 auth: use __construct() for constructors 2015-12-10 13:40:42 +08:00
lib.php MDL-57775 xmlrpc: Pass escaping to xmlrpc_encode_request() calls 2017-08-15 21:43:34 +02:00
peer.php MDL-52766 mnet: Support MNet peer URLs longer than 64 characters 2016-02-04 17:08:21 +01:00
publickey.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
remote_client.php