This is for a MultiPHP server with PHP 5.6 set as default.
Also have 7.1, 7.2 installed.
Need to install the following extensions for PHP version 7.2:
Structures_DataGrid (0.9.3)
Structures_DataGrid_DataSource_PDO (0.2.0)
When attempting this via
WHM > Software > Module Installers > PHP Extensions and Applications Package
Receive the following errors:
Failed to download pear/Structures_DataGrid within preferred state "stable", latest release is version 0.9.3, stability "beta", use "channel://pear.php.net/Structures_DataGrid-0.9.3" to install
install failed.
Failed to download pear/Structures_DataGrid_DataSource_PDO within preferred state "stable", latest release is version 0.2.0, stability "beta", use "channel://pear.php.net/Structures_DataGrid_DataSource_PDO-0.2.0" to install
install failed
When installing from SSH (Command line) with the following this works, but only for the default PHP version (5.6).
> pear channel-update pear.php.net
> pear install channel://pear.php.net/Structures_DataGrid-0.9.3
> pear install Structures_DataGrid_DataSource_PDO-0.2.0
How can I install these for ea-php72?
Also have 7.1, 7.2 installed.
Need to install the following extensions for PHP version 7.2:
Structures_DataGrid (0.9.3)
Structures_DataGrid_DataSource_PDO (0.2.0)
When attempting this via
WHM > Software > Module Installers > PHP Extensions and Applications Package
Receive the following errors:
Failed to download pear/Structures_DataGrid within preferred state "stable", latest release is version 0.9.3, stability "beta", use "channel://pear.php.net/Structures_DataGrid-0.9.3" to install
install failed.
Failed to download pear/Structures_DataGrid_DataSource_PDO within preferred state "stable", latest release is version 0.2.0, stability "beta", use "channel://pear.php.net/Structures_DataGrid_DataSource_PDO-0.2.0" to install
install failed
When installing from SSH (Command line) with the following this works, but only for the default PHP version (5.6).
> pear channel-update pear.php.net
> pear install channel://pear.php.net/Structures_DataGrid-0.9.3
> pear install Structures_DataGrid_DataSource_PDO-0.2.0
How can I install these for ea-php72?