From d91c6345fdb7982c169a3e8b021f5191f19da6fb Mon Sep 17 00:00:00 2001 From: Matthieu Nogatchewsky Date: Mon, 6 May 2019 17:34:23 +0200 Subject: [PATCH 1/2] Add new pages --- docs/php/7.1.12.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++ docs/php/7.2.0.md | 80 ++++++++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 2 ++ 3 files changed, 162 insertions(+) create mode 100644 docs/php/7.1.12.md create mode 100644 docs/php/7.2.0.md diff --git a/docs/php/7.1.12.md b/docs/php/7.1.12.md new file mode 100644 index 0000000..6d2e82b --- /dev/null +++ b/docs/php/7.1.12.md @@ -0,0 +1,80 @@ +--- +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 + +* bcmath +* bz2 +* calendar +* Core +* ctype +* curl +* date +* dom +* exif +* fileinfo +* filter +* ftp +* gd +* gettext +* gmp +* hash +* iconv +* intl +* json +* libxml +* mbstring +* mcrypt +* mysqli +* openssl +* pcntl +* pcre +* PDO +* pdo_mysql +* pdo_sqlite +* Phar +* posix +* pspell +* recode +* Reflection +* session +* SimpleXML +* soap +* SPL +* sqlite3 +* standard +* sysvmsg +* sysvsem +* sysvshm +* tokenizer +* wddx +* xdebug +* xml +* xmlreader +* xmlwriter +* 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..78aa94d --- /dev/null +++ b/docs/php/7.2.0.md @@ -0,0 +1,80 @@ +--- +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 + +* bcmath +* bz2 +* calendar +* Core +* ctype +* curl +* date +* dom +* exif +* fileinfo +* filter +* ftp +* gd +* gettext +* gmp +* hash +* iconv +* intl +* json +* libxml +* mbstring +* mcrypt +* mysqli +* openssl +* pcntl +* pcre +* PDO +* pdo_mysql +* pdo_sqlite +* Phar +* posix +* pspell +* recode +* Reflection +* session +* SimpleXML +* soap +* SPL +* sqlite3 +* standard +* sysvmsg +* sysvsem +* sysvshm +* tokenizer +* wddx +* xdebug +* xml +* xmlreader +* xmlwriter +* 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/mkdocs.yml b/mkdocs.yml index c90784e..1e7c2ca 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 From f71613894b7439f42c2238f1c394d48ee62a60c0 Mon Sep 17 00:00:00 2001 From: Matthieu Nogatchewsky Date: Tue, 7 May 2019 13:27:35 +0200 Subject: [PATCH 2/2] Setting PHP modules description --- docs/php/7.1.12.md | 28 ++++++++++++++++++++++++++-- docs/php/7.2.0.md | 28 +++++++++++++++++++++++++--- 2 files changed, 51 insertions(+), 5 deletions(-) diff --git a/docs/php/7.1.12.md b/docs/php/7.1.12.md index 6d2e82b..e460767 100644 --- a/docs/php/7.1.12.md +++ b/docs/php/7.1.12.md @@ -13,7 +13,10 @@ excerpt: "PHP-7.1.12 support by continuousphp" Our containers run PHP-7.1.12 with the following PHP extensions: ### PHP Modules - + +* amqp +* apcu +* ast * bcmath * bz2 * calendar @@ -21,7 +24,9 @@ Our containers run PHP-7.1.12 with the following PHP extensions: * ctype * curl * date +* dba * dom +* enchant * exif * fileinfo * filter @@ -31,38 +36,56 @@ Our containers run PHP-7.1.12 with the following PHP extensions: * 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 -* wddx * xdebug * xml * xmlreader +* xmlrpc * xmlwriter +* xsl +* Zend OPcache * zip * zlib @@ -78,3 +101,4 @@ There is no code coverage for this development version. ### Sendmail * sendmail_path -t -i + diff --git a/docs/php/7.2.0.md b/docs/php/7.2.0.md index 78aa94d..c9567eb 100644 --- a/docs/php/7.2.0.md +++ b/docs/php/7.2.0.md @@ -14,6 +14,9 @@ Our containers run PHP-7.2.0 with the following PHP extensions: ### PHP Modules +* amqp +* apcu +* ast * bcmath * bz2 * calendar @@ -21,7 +24,9 @@ Our containers run PHP-7.2.0 with the following PHP extensions: * ctype * curl * date +* dba * dom +* enchant * exif * fileinfo * filter @@ -31,44 +36,61 @@ Our containers run PHP-7.2.0 with the following PHP extensions: * gmp * hash * iconv +* 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 -* wddx * xdebug * xml * xmlreader +* xmlrpc * xmlwriter +* xsl +* Zend OPcache * zip * zlib + ### Zend Modules -There is no code coverage for this development version. +* Xdebug ### JPEG Support