moodle/mnet
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
..
service/enrol MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10: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-48779 MNet: multibyte substr in certificate generation 2015-01-16 09:37:19 +07: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 mnet MDL-15505 added new mnet_debug function and started migrating to it 2010-02-05 03:56:45 +00:00