moodle/mnet
Simey Lameze 4d16a2749f MDL-51162 core: replace all HTTP_RAW_POST_DATA usages
This patch replace all usages of HTTP_RAW_POST_DATA that was deprecated on PHP 5.6 by
file_get_contents('php://input'). Only the TinyMCE library has not been updated.
2015-10-20 10:27:26 +08:00
..
service/enrol MDL-50102 versions: bump all versions and requires near release 2015-05-05 17:43:19 +02:00
tests MDL-44717 events: Fix multiple issues in events 2014-04-01 15:08:34 +08:00
xmlrpc MDL-51162 core: replace all HTTP_RAW_POST_DATA usages 2015-10-20 10:27:26 +08:00
environment.php
lib.php MDL-48779 MNet: multibyte substr in certificate generation 2015-01-16 09:37:19 +07:00
peer.php MDL-18183 mnet: Option to verify peer and host of MNet peer using HTTPS 2014-11-21 11:33:16 +08:00
publickey.php MDL-25973 add missing charset 2011-01-14 09:32:17 +01:00
remote_client.php