moodle/mnet/xmlrpc
Russell Smith 1fcf0ca8a5 MDL-35628 performance: Remove dirname() where possible.
dirname() is a slow function compared with __DIR__ and using
'/../'.  Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code.  This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
..
client.php MDL-52285 auth: Add constructors for backwards compat 2015-12-10 10:34:29 +00:00
server.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
serverlib.php MDL-51162 core: replace all HTTP_RAW_POST_DATA usages 2015-10-20 10:27:26 +08:00
xmlparser.php MDL-52285 auth: Add constructors for backwards compat 2015-12-10 10:34:29 +00:00