Skip to content

Commit

Permalink
Merge pull request #16 from continuousphp/feat/add-php7112-php72
Browse files Browse the repository at this point in the history
Add php version 7.1.12 & 7.2.0
  • Loading branch information
nogmat authored May 15, 2019
2 parents 7c46898 + 6b37168 commit 2a7a478
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 0 deletions.
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

0 comments on commit 2a7a478

Please sign in to comment.