Cakephp1.3与PHP 8.1

huangapple go评论56阅读模式
英文:

Cakephp1.3 with PHP 8.1

问题

你可以将 PHP 版本 5.2 升级到 PHP 8.1,与 CakePHP 1.3 一起吗?
升级过程中可能会面临哪些挑战?
我们需要升级测试用例。

我们希望在服务器上使用最新的 PHP 版本来运行 CakePHP 1.3 项目,而不升级 CakePHP 版本。这是我们的目标。

英文:

Can I upgrade PHP version 5.2 to PHP 8.1 with CakePHP 1.3?
What will be challenges during upgradation?
We need to to upgrade test cases too.

we want to run cakePHP 1.3 project with latest PHP version of server with out upgrading our cakephp version. that is our goal.

答案1

得分: 1

是的,有一些开发者已经完成了更新CakePHP 1.3核心文件,使其与PHP 8.1兼容。

这是存储库链接:https://github.com/littleant/cakephp-1.3.21

英文:

Yes, there are a few developers who have done the work to update CakePHP 1.3 core files to make it work with PHP 8.1

Here's the repo: https://github.com/littleant/cakephp-1.3.21

huangapple
  • 本文由 发表于 2023年2月23日 19:37:04
  • 转载请务必保留本文链接:https://go.coder-hub.com/75544298.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定