deb.sury.org icon indicating copy to clipboard operation
deb.sury.org copied to clipboard

php5.6-xcache missing in impish/jammy, available in focal

Open qeepcologne opened this issue 3 years ago • 3 comments

i tried to install php5.6 setup on ubuntu 21.10 (Impish Indri). but package php5.6-xcache is missing. on ubuntu 20.04 LTS (Focal Fossa) package exists. i tried to copy package from ubuntu 20 server (/var/cache/apt/archives/php5.6-xcache_3.2.0-8+ubuntu20.04.1+deb.sury.org+1_amd64.deb) and installed it via dpkg -i and i looks like it is working.

Is there a specific reason to remove it?

i know that we should migrate to opcache and must do this for recent php version, this is at the top of our list, but for now we have some legacy code with custom xcache implementation.

qeepcologne avatar Feb 07 '22 16:02 qeepcologne

same on jammy, php5.6-xcache/now 3.2.0-8+ubuntu20.04.1+deb.sury.org+1 is the last and still works on jammy, but need to install manually from old repository.

qeepcologne avatar Apr 29 '22 14:04 qeepcologne

It needs to be converted to the new build system and it doesn't have very high priority. I will get to it eventually, but it's just very low on the todo list.

oerdnj avatar Apr 29 '22 15:04 oerdnj

thanks for answering. I think for most people it's not relevant if it's coming from new or old build system or if it is build for ubuntu20 or 22, is it possible to just add the existing ubuntu 20 package to the ubuntu 22 repos?

qeepcologne avatar May 02 '22 09:05 qeepcologne

I've updated the packaging, so the packages are now building again.

oerdnj avatar Dec 11 '22 19:12 oerdnj