diff --git a/docs/php/7.1.12.md b/docs/php/7.1.12.md new file mode 100644 index 0000000..e460767 --- /dev/null +++ b/docs/php/7.1.12.md @@ -0,0 +1,104 @@ +--- +layout: doc +title: "7.1.12 - Documentation" +category: "php" +order: 1 +excerpt: "PHP-7.1.12 support by continuousphp" +--- + +[PHP-7.1.12](http://www.php.net) is supported by continuousphp containers. + +## Specification + +Our containers run PHP-7.1.12 with the following PHP extensions: + +### PHP Modules + +* amqp +* apcu +* ast +* bcmath +* bz2 +* calendar +* Core +* ctype +* curl +* date +* dba +* dom +* enchant +* exif +* fileinfo +* filter +* ftp +* gd +* gettext +* gmp +* hash +* iconv +* imagick +* imap +* intl +* json +* ldap +* libxml +* mbstring +* mcrypt +* memcached +* mongodb +* mysqli +* mysqlnd +* oci8 +* openssl +* pcntl +* pcre +* PDO +* pdo_mysql +* pdo_pgsql +* pdo_sqlite +* pgsql +* Phar +* posix +* pspell +* readline +* recode +* redis +* Reflection +* session +* shmop +* SimpleXML +* snmp +* soap +* sockets +* SPL +* sqlite3 +* ssh2 +* standard +* sysvmsg +* sysvsem +* sysvshm +* tidy +* tokenizer +* xdebug +* xml +* xmlreader +* xmlrpc +* xmlwriter +* xsl +* Zend OPcache +* zip +* zlib + +### Zend Modules + +There is no code coverage for this development version. + +### JPEG Support + +* JPEG Support +* libJPEG version 8 + +### Sendmail + +* sendmail_path -t -i + diff --git a/docs/php/7.2.0.md b/docs/php/7.2.0.md new file mode 100644 index 0000000..c9567eb --- /dev/null +++ b/docs/php/7.2.0.md @@ -0,0 +1,102 @@ +--- +layout: doc +title: "7.2.0 - Documentation" +category: "php" +order: 1 +excerpt: "PHP-7.2.0 support by continuousphp" +--- + +[PHP-7.2.0](http://www.php.net) is supported by continuousphp containers. + +## Specification + +Our containers run PHP-7.2.0 with the following PHP extensions: + +### PHP Modules + +* amqp +* apcu +* ast +* bcmath +* bz2 +* calendar +* Core +* ctype +* curl +* date +* dba +* dom +* enchant +* exif +* fileinfo +* filter +* ftp +* gd +* gettext +* gmp +* hash +* iconv +* imap +* intl +* json +* ldap +* libxml +* mbstring +* memcached +* mongodb +* mysqli +* mysqlnd +* oci8 +* openssl +* pcntl +* pcre +* PDO +* pdo_mysql +* pdo_pgsql +* pdo_sqlite +* pgsql +* Phar +* posix +* pspell +* readline +* recode +* redis +* Reflection +* session +* shmop +* SimpleXML +* snmp +* soap +* sockets +* SPL +* sqlite3 +* ssh2 +* standard +* sysvmsg +* sysvsem +* sysvshm +* tidy +* tokenizer +* xdebug +* xml +* xmlreader +* xmlrpc +* xmlwriter +* xsl +* Zend OPcache +* zip +* zlib + + +### Zend Modules + +* Xdebug + +### JPEG Support + +* JPEG Support +* libJPEG version 8 + +### Sendmail + +* sendmail_path -t -i diff --git a/mkdocs.yml b/mkdocs.yml index 8d40b27..b0ce3b4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -41,6 +41,8 @@ nav: - Configure your pipeline: - Choose a PHP version: - PHP versions overview : php.md + - 7.2.0: php/7.2.0.md + - 7.1.12: php/7.1.12.md - 7.1.0: php/7.1.0.md - 7.0.22: php/7.0.22.md - 7.0.4: php/7.0.4.md