Required gmp php extension cpanel

  1. Portal Home
  2. Knowledgebase
  3. Dedicated Server
  4. How to install GMP Math on cPanel EasyApache 4

How to install GMP Math on cPanel EasyApache 4

EasyApache 4

If you are running EasyApache 4 on your cPanel server, then the installation is simple. Execute the following commands to enable GMP Math on different PHP versions which is available on EasyApache 4

PHP 5.4

 
yum install ea-php54-php-gmp

PHP 5.5

 
yum install ea-php55-php-gmp

PHP 5.6

 
yum install ea-php56-php-gmp

PHP 7.0

 
yum install ea-php70-php-gmp

PHP 7.1

 
yum install ea-php71-php-gmp

  • Forums
  • cPanel & WHM® (for Linux® Servers)
  • Web Servers and Applications

  • Thread starter owned001
  • Start date May 26, 2016

  • #1

Hi,

I need some Steps how to install GMP on WHM Server i realy need it

??

Look what is showing
[Removed - Please attach directly to thread]

Sincerly
Owned001

Last edited by a moderator: May 27, 2016

Required gmp php extension cpanel

  • #2

You can try installing GMP Math library as mentioned in : ssh9.com/cpanel-server/install-gmp-5-math-library-in-cpanel-server

Last edited by a moderator: May 27, 2016

Required gmp php extension cpanel

Apr 11, 2011 47,884 2,249 463

  • #3

View Discussion

Improve Article

Save Article

  • Read
  • Discuss
  • View Discussion

    Improve Article

    Save Article

    PHP (Hypertext Preprocessor) is known as a broadly useful prearranging language that can be utilized to foster dynamic and intelligent sites. It was among the main server-side dialects that could be inserted into HTML, making it more straightforward to add usefulness to pages without expecting to call outer records for information.

    A PHP expansion is a uniquely framed library or module. Be that as it may, a . PHP document expansion is the name of a record. What’s more a PHP class expansion alludes to a class that expands another.

    Steps to Install PHP Extension in cPanel 

    Step 1: Select the cPanel and login

    Required gmp php extension cpanel
    Required gmp php extension cpanel

    Step 2: Go to PHP version

    Required gmp php extension cpanel

    Step 3: Pick your ideal PHP version and click on Set as Current and select the extensions

    Required gmp php extension cpanel

    Step 4: Select the required Extensions

    Required gmp php extension cpanel

    GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.

    EasyApache 4

    If you are running EasyApache 4 on your cPanel server, then the installation is quite simple. Execute the following commands to enable GMP Math on different PHP versions which are available on EasyApache 4.

    PHP 5.4

     
    yum install ea-php54-php-gmp
    
    

    PHP 5.5

     
    yum install ea-php55-php-gmp
    
    

    PHP 5.6

     
    yum install ea-php56-php-gmp
    
    

    PHP 7.0

     
    yum install ea-php70-php-gmp
    
    

    PHP 7.1

     
    yum install ea-php71-php-gmp
    
    

    That’s it!

    What is GMP PHP extension?

    GMP stands for GNU Multiple Precision Arithmetic Library (GMP). GMP is a library supported in PHP that allows you to do mathematical operations on signed integers, rational numbers, and floating point numbers. GMP has a rich collection of functions that helps to perform complex mathematical operations on big numbers.

    How do I enable PHP extensions in cPanel?

    Steps to Install PHP Extension in cPanel.
    Step 1: Select the cPanel and login..
    Step 2: Go to PHP version..
    Step 3: Pick your ideal PHP version and click on Set as Current and select the extensions..
    Step 4: Select the required Extensions..

    How do I install or enable PHP's GMP extension?

    “Install or enable PHP's gmp extension.” Code Answer.
    run: sudo apt-get install php-gmp..
    Restart apache : sudo service apache2 restart..
    Make sure your php. ini contains the following: extension=php_gmp. so..

    How do I install imagick on cPanel?

    How to Install ImageMagick on WHM/cPanel?.
    Log in to WHM with your root access..
    Select the Software option..
    Select Module Installers..
    Click on the Manage button beside PHP PECL..
    Type “Imagick” in the Search box and click the Go button..
    Click on Install below the Actions column. Related Articles..