PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, March 13, 2022

[FIXED] Minimum CakePHP version for PHP 7.3/7.4?

 March 13, 2022     cakephp, cakephp-3.0     No comments   

Issue

I’m currently on CakePHP 3.5

My ISP is forcing us off PHP 7.2 onto either 7.3 or 7.4

There are some errors from the Cake core code in 7.3, mostly related to compact() (a known breaking change), but I think there are others as well. I’ve seen references to these errors, but I can’t find a definitive version of Cake to target.

What is the minimum CakePHP version needed for PHP 7.3 or PHP 7.4?


Solution

That shouldn't really matter too much, if you'd upgrade to 3.6 you could as well just upgrade to 3.9 while your at it, besides fixes it's mostly deprecations and new features, and a handful of behavior changes.

That being said, 7.3 has been added to the test runs in 3.6.13, and 7.4 was added in 3.8.7, so the latest 3.6/3.8 would be your minimum.



Answered By - ndm
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing