Skip to content

Commit d91c634

Browse files
author
Matthieu Nogatchewsky
committed
Add new pages
1 parent c6d67b0 commit d91c634

File tree

3 files changed

+162
-0
lines changed

3 files changed

+162
-0
lines changed

docs/php/7.1.12.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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+
* bcmath
18+
* bz2
19+
* calendar
20+
* Core
21+
* ctype
22+
* curl
23+
* date
24+
* dom
25+
* exif
26+
* fileinfo
27+
* filter
28+
* ftp
29+
* gd
30+
* gettext
31+
* gmp
32+
* hash
33+
* iconv
34+
* intl
35+
* json
36+
* libxml
37+
* mbstring
38+
* mcrypt
39+
* mysqli
40+
* openssl
41+
* pcntl
42+
* pcre
43+
* PDO
44+
* pdo_mysql
45+
* pdo_sqlite
46+
* Phar
47+
* posix
48+
* pspell
49+
* recode
50+
* Reflection
51+
* session
52+
* SimpleXML
53+
* soap
54+
* SPL
55+
* sqlite3
56+
* standard
57+
* sysvmsg
58+
* sysvsem
59+
* sysvshm
60+
* tokenizer
61+
* wddx
62+
* xdebug
63+
* xml
64+
* xmlreader
65+
* xmlwriter
66+
* zip
67+
* zlib
68+
69+
### Zend Modules
70+
71+
There is no code coverage for this development version.
72+
73+
### JPEG Support
74+
75+
* JPEG Support
76+
* libJPEG version 8
77+
78+
### Sendmail
79+
80+
* sendmail_path -t -i

docs/php/7.2.0.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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+
* bcmath
18+
* bz2
19+
* calendar
20+
* Core
21+
* ctype
22+
* curl
23+
* date
24+
* dom
25+
* exif
26+
* fileinfo
27+
* filter
28+
* ftp
29+
* gd
30+
* gettext
31+
* gmp
32+
* hash
33+
* iconv
34+
* intl
35+
* json
36+
* libxml
37+
* mbstring
38+
* mcrypt
39+
* mysqli
40+
* openssl
41+
* pcntl
42+
* pcre
43+
* PDO
44+
* pdo_mysql
45+
* pdo_sqlite
46+
* Phar
47+
* posix
48+
* pspell
49+
* recode
50+
* Reflection
51+
* session
52+
* SimpleXML
53+
* soap
54+
* SPL
55+
* sqlite3
56+
* standard
57+
* sysvmsg
58+
* sysvsem
59+
* sysvshm
60+
* tokenizer
61+
* wddx
62+
* xdebug
63+
* xml
64+
* xmlreader
65+
* xmlwriter
66+
* zip
67+
* zlib
68+
69+
### Zend Modules
70+
71+
There is no code coverage for this development version.
72+
73+
### JPEG Support
74+
75+
* JPEG Support
76+
* libJPEG version 8
77+
78+
### Sendmail
79+
80+
* 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)