Author:
erics, April 8th, 2025
So you’ve finally admitted PHP 8.0 isn’t cutting it anymore. Maybe your Symfony app tripped over a new syntax. Maybe your vendor/ folder started speaking in tongues. Maybe you enjoy suffering and thought “hmm, what if I upgraded my production runtime on a Friday afternoon?” Whatever brought you here—regret, most likely—this guide walks you through […]
Categories: How-To's, Technology Tags: Ansible, php, PHP 8.0, PHP 8.3, Remi, Repo, Rocky, Rocky 9, Rocky Linux 9, upgrade
|
No comments
Author:
erics, September 4th, 2011
Normally, I have to specify the desired repo on the command line: yum –enablerepo=remi,remi-test install {package name here} To enable the Remi repo so you do not have to specify it on the command line: # perl -pi -e ‘s/enabled=0/enabled=1/g’ /etc/yum.repos.d/remi.repo To disable the Remi repo so you do not have to specify it on […]
Categories: How-To's, Technology Tags: enablerepo, howto, perl, Remi, Repo, tips, vi, vim
|
No comments
Author:
erics, September 4th, 2011
/etc/yum.repos.d # yum –releasever=5 search {package name here}
Categories: How-To's, Technology Tags: CentOS, howto, mysql, RedHat, release, release version, releasever, Remi, Repo, RHEL, tips, Yum
|
No comments