Kategorie: Linux

Installation IonCube Loader system Centos 8

Below a very simple way to install Ioncube on a server running Centos 8.
Feel free to read.

Log on to the console of your server and if you do not have installed httpd and php make its installation:

yum install httpd php php-common php-cli -y

Check the version of php command:

php --version

is the result:

PHP 7.2.11 (cli) (built: Oct  9 2018 15:09:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies

We charge to our server Ioncube loader:

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz

Just unpack the downloaded pack

tar xzf ioncube_loaders_lin_x86-64.tar.gz

We check on where they are loaded extensions to php

php -i | grep extension_dir

The result should look like this

extension_dir => /usr/lib64/php/modules => /usr/lib64/php/modules

Move to this directory file ioncube

cp ioncube/ioncube_loader_lin_7.2.so /usr/lib64/php/modules/

We edit our php.ini file and add it in line:

nano /etc/php.ini
zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.2.so

Our server httpd reload command

systemctl restart httpd

Now, after checking our php version should already be visible our ioncube

php -v
PHP 7.2.11 (cli) (built: Oct  9 2018 15:09:36) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with the ionCube PHP Loader + ionCube24 v10.3.9, Copyright (c) 2002-2019, by ionCube Ltd.

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu