英文:
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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论