Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions docs/php/7.1.12.md
Original file line number Diff line number Diff line change
@@ -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

102 changes: 102 additions & 0 deletions docs/php/7.2.0.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down