This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- Software Vulnerability Management
- :
- Software Vulnerability Manager Knowledge Base
- :
- How to manually upgrade the Software Vulnerability Manager On-Premises Linux box/CentOS SVM Virtual ...
Subscribe
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
How to manually upgrade the Software Vulnerability Manager On-Premises Linux box/CentOS SVM Virtual Applicance from php 7.2 to php 7.3
How to manually upgrade the Software Vulnerability Manager On-Premises Linux box/CentOS SVM Virtual Applicance from php 7.2 to php 7.3
Summary:
The current SVM on-premise version doesn't support the PHP 7.3, since PHP 7.2 has already been EOL in November 2020. This article will help our SVM on-premise customer to upgrade the PHP 7.2 version to PHP 7.3.
Steps :
- Prerequisite: you need to have PHP 7.2 installed
- Add PHP 7.3 Remi repository
- PHP 7.3 is available for CentOS 7 and Fedora distributions from the Remi repository. Add it to your system by running
yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum -y install epel-release yum-utils
- Disable repo for PHP 7.2
yum-config-manager --disable remi-php72
- Enable repo for PHP 7.3
yum-config-manager --enable remi-php73
- Unzip the attached ioncube_loader_lin_7.3 zip file and use winscp to place at the following location /usr/local/Secunia/csi/lib
- yum update (Make sure you install the php 7.3)
- php –version (Make sure you have php 7.3 installed)
- nano /etc/php.d/00-ioncube.ini
- Edit 00-ioncube.ini ( Change the zend_extension=/usr/local/Secunia/csi/lib/ioncube_loader_lin_7.2.so to ioncube_loader_lin_7.3.so)
- apachectl restart
0
679
100% helpful
(3/3)