A recent RHEL patch has broken our server's config and various other issues.
One specifically is phpMyAdmin throws the following error:
PHP 5.5+ is required
How would an upgrade of RHEL downgrade PHP or would it alter PHP at all? I'm not the server admin just a developer trying to resolve a number of issues after the patch.
The app having the issues is run using Apache, php, MySQL more or less a LAMPP stack. The current version of PHP that is present is 5.3.3. Just trying to understand what the patch would have changed and how to get around the phpmyadmin error requiring a higher version.
Assuming my only option is to upgrade as the error suggests, what is the best course of action? I don't want to lose the DB or configure any of the applications files.