2.8.21. PHP extensions
If the hosting does not have the required module, you can contact technical support to clarify the possibility of its installation.
The hosting has many PHP extensions (modules) installed. To view a list of available modules, use instruction (by script or links).
Enabling modules
Some modules are disabled by default and are included in PHP settings in the section "PHP modules":
If the script uses any of the extensions and is run via cron or console, at startup it follows include ini file.
Module support
Attention!
Supported:
- ImageMaigick — you can use one of two options:
- imagick (ImageMagick 7.0.x) — available for PHP 5.2-8.2 (enabled by default).
- imagick6 (ImageMagick 6.9.x) — available for PHP 5.4-8.2.
- MongoDB (mongodb) — only for connecting to external databases.
- MSSQL (sqlsrv and pdo_sqlsrv) — only for connecting to external databases.
- MS SQL Server (pdo_dblib) — available for PHP 7.0-8.2 (only for connecting to external databases).
- Yaml (yaml) - available for PHP 5.6-8.2.
- rar — available for PHP 5.3-8.0
- PostgreSQL (pgsql) — only for connecting to external databases (available by default).
- LDAP (ldap) — available for PHP 7.2-8.2.
- Protocol Buffers (protobuf) — available for PHP 7.0-8.2.
- SSH2 (ssh2) — available for PHP 5.2-8.2 (in PHP 5.2 does not appear in the output phpinfo, but all module functions are available).
Not Supported:
Module compatibility with PHP versions
A number of modules are only available in certain PHP versions: