MDL-69548 core: Adding the http-message library

This is a dependency of ZipStream
This commit is contained in:
Michael Hawkins 2020-08-26 21:01:52 +08:00
parent 8eee0f5e26
commit 5dc3df0e0c
12 changed files with 1281 additions and 0 deletions

View file

@ -44,6 +44,7 @@ information provided here is intended especially for developers.
* 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.
* The http-message library has been added to Moodle core in /lib/http-message.
=== 3.9 ===
* Following function has been deprecated, please use \core\task\manager::run_from_cli().