Merge ProfilerFunctions into GlobalFunctions
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 10 Nov 2017 00:31:55 +0000 (16:31 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 10 Nov 2017 00:31:55 +0000 (16:31 -0800)
commitfbfc69f5daa299173a6da2f832e2b3abb8f6eded
tree84c199fb9f8e436e2f1cc18235156fb86ad62586
parentb5370206ff602728c08403f14756d4339bf0a708
Merge ProfilerFunctions into GlobalFunctions

Even if people use these (deprecated) functions in the earliest hooks or in
LocalSettings.php, it will keep working because GlobalFunctions is loaded
between DefaultSettings.php and LocalSettings.php.

The only places affected would be files in core: AutoLoader.php, Defines.php,
and DefaultSettings.php, which don't use these functions.

Change-Id: If4c0e8cbe1ea918283df22d72f792a3806569216
includes/GlobalFunctions.php
includes/Setup.php
includes/profiler/ProfilerFunctions.php [deleted file]
tests/phpunit/autoload.ide.php