File tree Expand file tree Collapse file tree 3 files changed +75
-77
lines changed
Expand file tree Collapse file tree 3 files changed +75
-77
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- # docker
2- Repository for public Docker images hosted on Docker Hub
1+ python-php
2+ ==========
3+
4+ Python and PHP under the same roof
5+
6+ https://hub.docker.com/r/elecena/python-php
7+
8+ ```
9+ docker pull elecena/python-php
10+ ```
11+
12+ ## Installed software
13+
14+ ```
15+ $ docker run -it elecena/python-php bash info.sh
16+
17+ Linux 0c786277fce3 5.4.0-4-amd64 #1 SMP Debian 5.4.19-1 (2020-02-13) x86_64 GNU/Linux
18+
19+ ### Python
20+ Python 3.8.2
21+ virtualenv 20.0.17 from /usr/local/lib/python3.8/site-packages/virtualenv/__init__.py
22+
23+ ### PHP
24+ PHP 7.3.14-1~deb10u1 (cli) (built: Feb 16 2020 15:07:23) ( NTS )
25+ Copyright (c) 1997-2018 The PHP Group
26+ Zend Engine v3.3.14, Copyright (c) 1998-2018 Zend Technologies
27+ with Zend OPcache v7.3.14-1~deb10u1, Copyright (c) 1999-2018, by Zend Technologies
28+ [PHP Modules]
29+ calendar
30+ Core
31+ ctype
32+ curl
33+ date
34+ dom
35+ exif
36+ fileinfo
37+ filter
38+ ftp
39+ gettext
40+ hash
41+ iconv
42+ json
43+ libxml
44+ mbstring
45+ openssl
46+ pcntl
47+ pcre
48+ PDO
49+ Phar
50+ posix
51+ readline
52+ Reflection
53+ session
54+ shmop
55+ SimpleXML
56+ soap
57+ sockets
58+ sodium
59+ SPL
60+ standard
61+ sysvmsg
62+ sysvsem
63+ sysvshm
64+ tokenizer
65+ wddx
66+ xml
67+ xmlreader
68+ xmlwriter
69+ xsl
70+ Zend OPcache
71+ zlib
72+
73+ [Zend Modules]
74+ Zend OPcache
75+ ```
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments