浏览代码

Deprecation

mscherer 3 年之前
父节点
当前提交
e029b0851f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Utility/FrozenTime.php

+ 2 - 0
src/Utility/FrozenTime.php

@@ -461,6 +461,8 @@ class FrozenTime extends CakeFrozenTime {
 	 *
 	 * Handles utf8_encoding the result of strftime when necessary.
 	 *
+	 * @deprecated strftime() should be replaced in PHP 8.1+
+	 *
 	 * @param string $format Format string.
 	 * @param int $date Timestamp to format.
 	 * @return string formatted string with correct encoding.