Topic: LAMP repository

Hello,

I tried one of the Remi repository to upgrade LAMP but the one that I used installed the beta/developers versions of PHP and MySQL. Is there a repository to upgrade LAMP to latest stable versions?

The one that I used was:

and

Regards

Re: LAMP repository

remi repository have the latest stable versions (php 5.3.3 and mysql 5.1.51)
remi-test is a testing repository (php 5.3.4-dev and mysql-5.5.6-rc)

And the right link is http://rpms.famillecollet.com/enterpris … ease-5.rpm (permanent URL)

+

P.S. both repositories are configured with the auto-configuration RPM. Both are disabled, you should only enable the one you need.

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: LAMP repository

Thank you, works great.

Could you tell how often do you update your repository? If there will be a new version released (PHP or MySQL) do I receive it automatically by using your repo or will I have to install the new repository?
Sorry for trivial questions wink

Regards

Re: LAMP repository

Could you tell how often do you update your repository?

Quite often

If there will be a new version released (PHP or MySQL) do I receive it automatically by using your repo

Only if you enable it permanently (setting enabled=1 in remi.repo)

will I have to install the new repository

No, the repository still the same, only the content change.

Major update are announced on my blog
http://blog.famillecollet.com/en

You can also subscribe to the repository RSS feed :
http://rpms.famillecollet.com/enterpris … t-feed.xml

+

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