PHP automatic installation

Automatic installation of different PHP versions

This script will allow you to manage different versions of PHP for your web server (especially for ISPConfig installations). This supports the automatic compilation function with a very high optimization level (-O3 -march = native -mtune = native flags) for PHP> = 5.6. See the version.sh file to see them.

At each release, a new version of the version.sh file is imported from this repository, which guarantees always updated links and compilations.

How to use

We execute the following command and follow the instructions on the screen:

wget https://raw.githubusercontent.com/SergiX44/ISPC-PHPCompiler/bash-version/php-compiler.sh; chmod +x php-compiler.sh; bash php-compiler.sh

Currently supported platforms
Marked entries are also tested successfully.

  •   Devuan 1
  •   Devuan 2 (ASCII)
  •   Debian 8
  •   Debian 9
  •   Debian 10
  •   CentOS 7
  •   CentOS 8
  •   Ubuntu 16.04
  •   Ubuntu 18.04
Was this answer helpful?

Related Articles

How to install any version of PHP

Install any version of PHP The official CentOS 7 repositories have PHP 5.4 that has reached the...

What is cURL?

cURL (pronounced 'curl') is a software project that provides a library (libcurl) and a command...

cURL & php-curl installation in CentOS 7

We log in with the privileges of the root user and execute the following commands: yum install...

Check the installed PHP version

How can we check the installed PHP version To check the PHP version installed in our web space,...

How to create a php.ini file

1. Log in to your cPanel account, go to the Files >> section of the File Manager menu. For...