Upgrade of PHP Ext Redis to 6.0.2

Asked by Pierrick Bouliere

Hello,

The PHP Ext Redis seems to be not up-to-date. It is currently the version 6.0.1 into the repo (release on 2023-09-23).
The latest version is 6.0.2 (release on 2023-10-22). Do you plan to upgrade PHP Ext Redis to version 6.0.2 ?

https://pecl.php.net/package/redis

Sincerely,
Pierrick.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#1

Manfred Hampl suggests this article as an answer to your question:
FAQ #3037: “no rolling release”.

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

Which Ubuntu release are you talking of?

What is the output of the commands (to be executed in a terminal window)

uname -a
lsb_release -crid
apt policy php-redis

You have to be aware that Ubuntu copies packages from Debian (to avoid double packaging work), and Debian does not have PHP redis version 6.* yet, see https://tracker.debian.org/pkg/php-redis

First step for PHP redis version 6.* in Ubuntu is that Debian update their package.
You might consider creating a related bug report in the Debian bug tracker.

Revision history for this message
Pierrick Bouliere (nicr42) said :
#3

Thanks Manfred Hampl, that solved my question.