diff options
author | Aaron Schulz <aschulz@wikimedia.org> | 2015-01-07 11:31:34 -0800 |
---|---|---|
committer | Aaron Schulz <aschulz@wikimedia.org> | 2015-01-07 11:36:57 -0800 |
commit | 4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86 (patch) | |
tree | ed5ebaceb400f0785433dc924303c9fb0e335c2c /RELEASE-NOTES-1.25 | |
parent | f652b4b7a99c560e1e7b5cba7401b182b7996fb4 (diff) | |
download | mediawikicore-4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86.tar.gz mediawikicore-4a56f3ba5839c1e3f4cb4d4e94d1564e6f388f86.zip |
Removed ProfilerStandard and ProfilerSimpleTrace
Change-Id: I2b0e0ac1a277e66b15095e766ed5df834b1ae5f9
Diffstat (limited to 'RELEASE-NOTES-1.25')
-rw-r--r-- | RELEASE-NOTES-1.25 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.25 b/RELEASE-NOTES-1.25 index a217b4e6ef60..db36b31b9780 100644 --- a/RELEASE-NOTES-1.25 +++ b/RELEASE-NOTES-1.25 @@ -33,6 +33,9 @@ production. * (T46740) The temporary option $wgIncludejQueryMigrate was removed, along with the jQuery Migrate library, as indicated when this option was provided in MediaWiki 1.24. +* ProfilerStandard and ProfilerSimpleTrace were removed. Make sure that any + StartProfiler.php config is updated to reflect this. Xhprof is available + for zend/hhvm. Also, for hhvm, one can consider using its xenon profiler. === New features in 1.25 === * (T64861) Updated plural rules to CLDR 26. Includes incompatible changes |