Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php-recode no longer available since 7.4 #1310

Closed
Adambean opened this issue Jan 12, 2020 · 2 comments
Closed

php-recode no longer available since 7.4 #1310

Adambean opened this issue Jan 12, 2020 · 2 comments

Comments

@Adambean
Copy link

It appears that Recode is no longer available since PHP 7.4 has arrived.

I get daily emails from 21 Debian VPSes (11x Stretch and 10x Buster) of the following:

An update to php-recode from 7.3+70+0~20191118.18+debian9~1.gbp66b4ed to 7.4+71+0~20191219.19+debian9~1.gbpefc769 is available.

However when I proceed to apt upgrade for this it never arrives. I've tried installing this explicitly too.

apt install php-recode yields:

The following packages have unmet dependencies:
 php-recode : Depends: php7.4-recode but it is not installable
E: Unable to correct problems, you have held broken packages.

apt install php7.4-recode yields:

Package php7.4-recode is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'php7.4-recode' has no installation candidate

Output of apt-cache policy php-recode on a Buster VPS:

php-recode:
  Installed: 2:7.3+70+0~20191118.18+debian10~1.gbp66b4ed
  Candidate: 2:7.4+71+0~20191219.19+debian10~1.gbpefc769
  Version table:
     2:7.4+71+0~20191219.19+debian10~1.gbpefc769 500
        500 https://packages.sury.org/php buster/main amd64 Packages
 *** 2:7.3+70+0~20191118.18+debian10~1.gbp66b4ed 100
        100 /var/lib/dpkg/status
     2:7.3+69 500
        500 http://ftp.uk.debian.org/debian buster/main amd64 Packages

(Stretch VPSes show the same but with "buster/main" swapped for "stretch/main".)

@oerdnj
Copy link
Owner

oerdnj commented Jan 12, 2020

Yes, read the documentation and PHP 7.4 upgrade notes.

@oerdnj oerdnj closed this as completed Jan 12, 2020
@Adambean
Copy link
Author

https://www.php.net/manual/en/intro.recode.php

Note: This extension is unbundled and moved to » PECL as of PHP 7.4.0.

Fair enough. To be honest I don't recall any of my PHP applications even using it, so I'll just remove the package.

Thanks for your quick reply. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants