1 (edited by S.A.N 2015-07-24 13:19:13)

Topic: remi-php70 - He is trying to install packages from remi.repo (PHP 5.4)

If there is no package in the repository of PHP 7, he is trying to install a package from a repository remi.repo, where packages for version 5.4, an error.

OS  - CentOS 7
PHP - installed only PHP 7 version

For example
yum install php-pecl-pq

Re: remi-php70 - He is trying to install packages from remi.repo (PHP 5.4)

Yes, as explained in http://blog.remirepo.net/post/2015/07/2 … repository

P.S. and e.g pecl/pq is not yet compatible with php 7

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: remi-php70 - He is trying to install packages from remi.repo (PHP 5.4)

Notice: "remi-php70" don't require "remi" anymore, all dependencies are now in "remi-safe" (new feature).

This will not really solves this issue.

php-pecl-pq won't be find, but other will be find in EPEL (e.g. php-pecl-apcu), raising the same error.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

4 (edited by S.A.N 2015-07-27 12:52:13)

Re: remi-php70 - He is trying to install packages from remi.repo (PHP 5.4)

Remi wrote:

Notice: "remi-php70" don't require "remi" anymore, all dependencies are now in "remi-safe" (new feature).

This will not really solves this issue.

php-pecl-pq won't be find, but other will be find in EPEL (e.g. php-pecl-apcu), raising the same error.

Excellent, thank.