PHP 8.2+ compatibility: dates without strftime

Open to all! Ask other shopowners for help.
Post Reply
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

PHP 8.2+ compatibility: dates without strftime

Post by ecartz »

As previously discussed, we will be release 1.0.9.3 without strftime for compatibility with PHP 8.2 and later. If you use a language other than (American) English, Spanish, or Danish, you may want to check with your translation provider if they will be releasing a new translation for 1.0.9.3. The date handling changes significantly in 1.0.9.3, so updates can't really be avoided.

In general, if you want to try 1.0.9.3, you can get it here: https://github.com/CE-PhoenixCart/Phoen ... .0.9.3.zip

It's not release ready, but you can certainly see if dates work in it.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Xpajun
Contributor
Posts: 187
Joined: Thu Mar 04, 2021 1:18 pm
Phoenix Version: v1.0.9.0
Has thanked: 3 times
Been thanked: 6 times

Re: PHP 8.2+ compatibility: dates without strftime

Post by Xpajun »

ecartz wrote: Sun May 19, 2024 1:47 am As previously discussed, we will be release 1.0.9.3 without strftime for compatibility with PHP 8.2 and later. If you use a language other than (American) English, Spanish, or Danish, you may want to check with your translation provider if they will be releasing a new translation for 1.0.9.3. The date handling changes significantly in 1.0.9.3, so updates can't really be avoided.

In general, if you want to try 1.0.9.3, you can get it here: https://github.com/CE-PhoenixCart/Phoen ... .0.9.3.zip

It's not release ready, but you can certainly see if dates work in it.
And we should be able to use this upgrade on 1.0.9.0?
Current Store is now running 1.0.9.0 - php 8.2.18
Now working on taking a short rest :D - php 8.2.18
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: PHP 8.2+ compatibility: dates without strftime

Post by ecartz »

Backporting it might be non-trivial. There's four separate commits for strftime: https://github.com/CE-PhoenixCart/Phoen ... ...1.0.9.3
Xpajun
Contributor
Posts: 187
Joined: Thu Mar 04, 2021 1:18 pm
Phoenix Version: v1.0.9.0
Has thanked: 3 times
Been thanked: 6 times

Re: PHP 8.2+ compatibility: dates without strftime

Post by Xpajun »

ecartz wrote: Mon May 20, 2024 9:30 pm Backporting it might be non-trivial. There's four separate commits for strftime: https://github.com/CE-PhoenixCart/Phoen ... ...1.0.9.3
You know all those tep_ errors I was getting the other day filling my errors? - They've been all replaced :shock:

Only Reason :D
Current Store is now running 1.0.9.0 - php 8.2.18
Now working on taking a short rest :D - php 8.2.18


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply