-
Improvement
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
MDL-82287-main -
Now that we have a new deprecation policy it's time to trim the fat of lib/deprecatedlib.php
- Remove all long-deprecated methods which throw
- Update any long-standing methods whcih can now be formally deprecated to emit
- Update any long-standing emitting methods to be final
This change saves approx .3MB of memory usage and peak on every page.
- will help resolve
-
MDL-74580 Phase 2 of deprecation of functions in lib/deprecatedlib.php initially deprecated in 4.1
- Closed