File: /volume1/@appstore/PHP7.2/misc/extension_list.json
{
"bcmath": {
"enable_default": true,
"desc": "For arbitrary precision mathematics PHP offers the Binary Calculator which supports numbers of any size and precision, represented as strings."
},
"bz2": {
"enable_default": true,
"desc": "The bzip2 functions are used to transparently read and write bzip2 (.bz2) compressed files."
},
"calendar": {
"enable_default": true,
"desc": "The calendar extension presents a series of functions to simplify converting between different calendar formats. "
},
"curl": {
"enable_default": true,
"desc": "The curl extension allows you to connect and communicate to many different types of servers with many different types of protocols."
},
"dba": {
"enable_default": true,
"desc": "These functions build the foundation for accessing Berkeley DB style databases."
},
"exif": {
"enable_default": true,
"desc": "With the exif extension you are able to work with image meta data."
},
"ftp": {
"enable_default": true,
"desc": "The functions in this extension implement client access to files servers speaking the File Transfer Protocol (FTP)."
},
"gd": {
"enable_default": true,
"desc": "Enables Creation and manipulation of images in various formats."
},
"gettext": {
"enable_default": true,
"desc": "The gettext functions implement an NLS (Native Language Support) API which can be used to internationalize your PHP applications."
},
"gmp": {
"enable_default": true,
"desc": "These functions allow you to work with arbitrary-length integers using the GNU MP library."
},
"iconv": {
"enable_default": true,
"desc": "With iconv extension, you can turn a string represented by a local character set into the one represented by another character set, which may be the Unicode character set."
},
"imap": {
"enable_default": true,
"desc": "These functions enable you to operate with the IMAP protocol, as well as the NNTP, POP3 and local mailbox access methods."
},
"intl": {
"enable_default": true,
"desc": "Internationalization extension (further is referred as Intl) is a wrapper for ICU library, enabling PHP programmers to perform UCA-conformant collation and date/time/number/currency formatting in their scripts."
},
"ldap": {
"enable_default": true,
"desc": "Can be accessed to LDAP (Lightweight Directory Access Protocol) based directory servers; Based on the OpenLDAP library"
},
"mailparse": {
"enable_default": false,
"desc": "Mailparse is an extension for parsing and working with email messages."
},
"mysqli": {
"enable_default": true,
"desc": "These functions allow you to access MySQL 4.1 and above."
},
"openssl": {
"desc": "This module uses the functions of OpenSSL for generation and verification of signatures and for sealing (encrypting) and opening (decrypting) data."
},
"pdo_dblib": {
"enable_default": true,
"desc": "PDO_DBLIB is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to Microsoft SQL Server and Sybase databases through the FreeTDS library."
},
"pdo_pgsql": {
"enable_default": true,
"desc": "PDO_PGSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to PostgreSQL databases."
},
"pdo_mysql": {
"enable_default": true,
"desc": "PDO_MYSQL is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to MySQL 3.x, 4.x and 5.x database."
},
"pdo_sqlite": {
"enable_default": true,
"desc": "PDO_SQLITE is a driver that implements the PHP Data Objects (PDO) interface to enable access to SQLite 3 databases."
},
"pgsql": {
"enable_default": true,
"desc": "PostgreSQL database is an Open Source product and available without cost."
},
"phar": {
"enable_default": true,
"desc": "The phar extension provides a way to put entire PHP applications into a single file called a \"phar\" (PHP Archive) for easy distribution and installation."
},
"posix": {
"enable_default": true,
"desc": "This module contains an interface to those functions defined in the IEEE 1003.1 (POSIX.1) standards document which are not accessible through other means."
},
"shmop": {
"enable_default": true,
"desc": "Shmop is an easy to use set of functions that allows PHP to read, write, create and delete Unix shared memory segments."
},
"soap": {
"enable_default": true,
"desc": "The SOAP extension can be used to write SOAP Servers and Clients."
},
"sockets": {
"enable_default": true,
"desc": "The socket extension implements a low-level interface to the socket communication functions based on the popular BSD sockets, providing the possibility to act as a socket server as well as a client."
},
"sqlite3": {
"enable_default": true,
"desc": "This is an extension for the SQLite Embeddable SQL Database Engine."
},
"ssh2": {
"enable_default": false,
"desc": "Bindings to the libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport."
},
"sysvmsg": {
"enable_default": true,
"desc": "This module provides wrappers for the System V IPC inter-process messaging of functions."
},
"sysvsem": {
"enable_default": true,
"desc": "This module provides wrappers for the System V IPC shared memory of functions."
},
"sysvshm": {
"enable_default": true,
"desc": "This module provides wrappers for the System V IPC semaphores of functions"
},
"wddx": {
"enable_default": true,
"desc": "These functions are intended for work with WDDX"
},
"xmlrpc": {
"enable_default": true,
"desc": "Can be used to write XML-RPC servers and clients."
},
"xsl": {
"enable_default": true,
"desc": "Implements the XSL standard, performing XSLT transformations using the libxslt library."
},
"zip": {
"enable_default": true,
"desc": "Enables to transparently read or write ZIP compressed archives and the files inside them."
}
}