Search found 447 matches

by remirepo
2024/03/10 06:55:07
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: PHP-MSSQL problem
Replies: 6
Views: 856

Re: PHP-MSSQL problem

Indeed mssql extension was PHP 5 only

You can read https://blog.remirepo.net/post/2016/09/ ... r-from-PHP
by remirepo
2023/12/15 07:00:39
Forum: CentOS 7 - Software Support
Topic: Failed to install php Imagick extension
Replies: 3
Views: 4568

Re: Failed to install php Imagick extension

> I have no idea if Remi backports security fixes to old unsupported versions

@TrevorH : Yes, see https://github.com/remicollet/php-src-security
by remirepo
2023/06/12 10:41:38
Forum: CentOS 7 - Software Support
Topic: Apache 2.4.6 upgrade to a version >= 2.4.17
Replies: 3
Views: 8041

Re: Apache 2.4.6 upgrade to a version >= 2.4.17

There is also the httpd24 software collection which provides 2.4.34 which has mod_http2
https://wiki.centos.org/AdditionalResou ... tories/SCL
by remirepo
2023/03/14 11:10:45
Forum: CentOS 7 - Software Support
Topic: migrate CentOS end-of-life
Replies: 15
Views: 4055

Re: migrate CentOS end-of-life

I don't see anything special in your config which requires a manual build instead of existing RPM packages Excepted the argon2 usage Which is a bad idea sodium offer the same algo, twice faster (so RPMs doesn't use argon2 but only sodium) Also using a manual build of openssl seems crazy, and will mo...
by remirepo
2023/03/14 08:00:05
Forum: CentOS 7 - Software Support
Topic: migrate CentOS end-of-life
Replies: 15
Views: 4055

Re: migrate CentOS end-of-life

> i did many customs for php and i update always to last up to date php.

Curious to know what customs ?

BTW using my repo you always have latest, and usually, RPM are ready when announced by the PHP project.
by remirepo
2022/10/14 04:59:52
Forum: CentOS 7 - General Support
Topic: How to switch PHP version from 7.4 to 8.1?
Replies: 4
Views: 15227

Re: How to switch PHP version from 7.4 to 8.1?

Which instructions have you tried to follow ? PHP 8.1 is not available in official repositories C7 is terribly old and close to its end of life, so for modern features, I recommend a modern distribution (C8 or C9 or some other RHEL clones) Simple way is to use "remi" repository, see https://rpms.rem...
by remirepo
2022/09/13 12:57:59
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Can not install PHP in CentOS Stream 9
Replies: 10
Views: 7674

Re: Can not install PHP in CentOS Stream 9

The main issue is that no version < 8.1 is compatible with openssl 3 used by default in EL-9. (Official repository have 8.0 but using a very big compatibility patch) So definitively, if you need old PHP version, you have to use old distro (so EL-8) BTW, you can also run an EL-8 base container with p...
by remirepo
2022/09/01 08:06:54
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Can not install PHP in CentOS Stream 9
Replies: 10
Views: 7674

Re: Can not install PHP in CentOS Stream 9

For a proper configuration / usage of "remi" repository, please see the Wizard
https://rpms.remirepo.net/wizard/
by remirepo
2022/05/25 14:37:42
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: dnf update - Problem: cannot install the best update candidate for package
Replies: 3
Views: 11387

Re: dnf update - Problem: cannot install the best update candidate for package

Probably better to ask in the proper forum
https://forum.remirepo.net/

BTW, you have an explanation from TrevorH: You are using an unsupported version.