From c92cb703466eef93f93efed9fa3c8adf7ecd9019 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Tue, 22 Nov 2022 09:42:19 +0800 Subject: [PATCH] MDL-75100 core: Add upgrade.txt note for core_date::strftime() --- lib/upgrade.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 0fe07438bd0..bc6bececf38 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -292,6 +292,8 @@ defined or can't be applied. * Add an early $CFG->session_redis_acquire_lock_warn option * Removed $CFG->conversionattemptlimit setting from config.php. assignfeedback_editpdf\task\convert_submissions task is now replaced with adhoc tasks with standard fail delay approach. +* With strftime() being deprecated in PHP 8.1, a new function \core_date::strftime() that can be used as a PHP 8.1-compatible + alternative has been introduced. === 3.11.4 === * A new option dontforcesvgdownload has been added to the $options parameter of the send_file() function.