MDL-69548 core: Adding the php-enum library

This is a dependency of ZipStream
This commit is contained in:
Michael Hawkins 2020-08-26 21:01:14 +08:00
parent 6d3c27fe7f
commit 8eee0f5e26
6 changed files with 272 additions and 0 deletions

View file

@ -43,6 +43,7 @@ information provided here is intended especially for developers.
returns information about currently-running tasks.
* New library function rename_to_unused_name() to rename a file within its current location.
* The ZipStream-PHP library has been added to Moodle core in /lib/zipstream.
* The php-enum library has been added to Moodle core in /lib/php-enum.
=== 3.9 ===
* Following function has been deprecated, please use \core\task\manager::run_from_cli().