kamilwylegala / cakephp2-php8

CakePHP 2 fork that supports PHP 8
116 stars 51 forks source link

On PHP 7.3 instead of 7.4 OK? #42

Closed jmcpheters closed 1 year ago

jmcpheters commented 1 year ago

Not really an issue, but an question...

The readme says:

Only prerequisite is to have your application already on PHP 7.4.

Do you think it will work if the application is on PHP 7.3? I ask because for the version of Linux I'm using, the yum repository only has PHP 7.3 as the latest 7.x available, and I don't want to build PHP 7.4 from scratch if I don' t have to...

Advice?

kamilwylegala commented 1 year ago

Going straight to PHP 8 from PHP 7.3 should be fine. I don't recall any significant breaking changes in PHP 7.4 that are worth taking care separately.