Skip to content

Commit 2a7a478

Browse files
authored
Merge pull request #16 from continuousphp/feat/add-php7112-php72
Add php version 7.1.12 & 7.2.0
2 parents 7c46898 + 6b37168 commit 2a7a478

File tree

3 files changed

+208
-0
lines changed

3 files changed

+208
-0
lines changed

docs/php/7.1.12.md

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
layout: doc
3+
title: "7.1.12 - Documentation"
4+
category: "php"
5+
order: 1
6+
excerpt: "PHP-7.1.12 support by continuousphp"
7+
---
8+
9+
[PHP-7.1.12](http://www.php.net) is supported by continuousphp containers.
10+
11+
## Specification
12+
13+
Our containers run PHP-7.1.12 with the following PHP extensions:
14+
15+
### PHP Modules
16+
17+
* amqp
18+
* apcu
19+
* ast
20+
* bcmath
21+
* bz2
22+
* calendar
23+
* Core
24+
* ctype
25+
* curl
26+
* date
27+
* dba
28+
* dom
29+
* enchant
30+
* exif
31+
* fileinfo
32+
* filter
33+
* ftp
34+
* gd
35+
* gettext
36+
* gmp
37+
* hash
38+
* iconv
39+
* imagick
40+
* imap
41+
* intl
42+
* json
43+
* ldap
44+
* libxml
45+
* mbstring
46+
* mcrypt
47+
* memcached
48+
* mongodb
49+
* mysqli
50+
* mysqlnd
51+
* oci8
52+
* openssl
53+
* pcntl
54+
* pcre
55+
* PDO
56+
* pdo_mysql
57+
* pdo_pgsql
58+
* pdo_sqlite
59+
* pgsql
60+
* Phar
61+
* posix
62+
* pspell
63+
* readline
64+
* recode
65+
* redis
66+
* Reflection
67+
* session
68+
* shmop
69+
* SimpleXML
70+
* snmp
71+
* soap
72+
* sockets
73+
* SPL
74+
* sqlite3
75+
* ssh2
76+
* standard
77+
* sysvmsg
78+
* sysvsem
79+
* sysvshm
80+
* tidy
81+
* tokenizer
82+
* xdebug
83+
* xml
84+
* xmlreader
85+
* xmlrpc
86+
* xmlwriter
87+
* xsl
88+
* Zend OPcache
89+
* zip
90+
* zlib
91+
92+
### Zend Modules
93+
94+
There is no code coverage for this development version.
95+
96+
### JPEG Support
97+
98+
* JPEG Support
99+
* libJPEG version 8
100+
101+
### Sendmail
102+
103+
* sendmail_path -t -i
104+

docs/php/7.2.0.md

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
layout: doc
3+
title: "7.2.0 - Documentation"
4+
category: "php"
5+
order: 1
6+
excerpt: "PHP-7.2.0 support by continuousphp"
7+
---
8+
9+
[PHP-7.2.0](http://www.php.net) is supported by continuousphp containers.
10+
11+
## Specification
12+
13+
Our containers run PHP-7.2.0 with the following PHP extensions:
14+
15+
### PHP Modules
16+
17+
* amqp
18+
* apcu
19+
* ast
20+
* bcmath
21+
* bz2
22+
* calendar
23+
* Core
24+
* ctype
25+
* curl
26+
* date
27+
* dba
28+
* dom
29+
* enchant
30+
* exif
31+
* fileinfo
32+
* filter
33+
* ftp
34+
* gd
35+
* gettext
36+
* gmp
37+
* hash
38+
* iconv
39+
* imap
40+
* intl
41+
* json
42+
* ldap
43+
* libxml
44+
* mbstring
45+
* memcached
46+
* mongodb
47+
* mysqli
48+
* mysqlnd
49+
* oci8
50+
* openssl
51+
* pcntl
52+
* pcre
53+
* PDO
54+
* pdo_mysql
55+
* pdo_pgsql
56+
* pdo_sqlite
57+
* pgsql
58+
* Phar
59+
* posix
60+
* pspell
61+
* readline
62+
* recode
63+
* redis
64+
* Reflection
65+
* session
66+
* shmop
67+
* SimpleXML
68+
* snmp
69+
* soap
70+
* sockets
71+
* SPL
72+
* sqlite3
73+
* ssh2
74+
* standard
75+
* sysvmsg
76+
* sysvsem
77+
* sysvshm
78+
* tidy
79+
* tokenizer
80+
* xdebug
81+
* xml
82+
* xmlreader
83+
* xmlrpc
84+
* xmlwriter
85+
* xsl
86+
* Zend OPcache
87+
* zip
88+
* zlib
89+
90+
91+
### Zend Modules
92+
93+
* Xdebug
94+
95+
### JPEG Support
96+
97+
* JPEG Support
98+
* libJPEG version 8
99+
100+
### Sendmail
101+
102+
* sendmail_path -t -i

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ nav:
4141
- Configure your pipeline:
4242
- Choose a PHP version:
4343
- PHP versions overview : php.md
44+
- 7.2.0: php/7.2.0.md
45+
- 7.1.12: php/7.1.12.md
4446
- 7.1.0: php/7.1.0.md
4547
- 7.0.22: php/7.0.22.md
4648
- 7.0.4: php/7.0.4.md

0 commit comments

Comments
 (0)