ThinkPHP在PHP8.18.2环境下版本兼容性及特性支持有哪些?

2026-04-29 03:121阅读0评论SEO问题
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计970个文字,预计阅读时间需要4分钟。

ThinkPHP在PHP8.1/8.2环境下版本兼容性及特性支持有哪些?

能,但必须是 `v6.0.15` 及其后续版本。早期版本 `v6.0.0` 至 `v6.0.14` 在 PHP 8.1 下会触发 `Deprecated: Return type of think\facade\Facade::getFacadeAccessor() should either be compatible with static::getFacadeAccessor(): string, or the Facade`。

阅读全文