|
1 | 1 | python-php |
2 | 2 | ========== |
3 | 3 |
|
4 | | -Python and PHP under the same roof (in **under 50 MB Docker image**). |
| 4 | +Python and PHP under the same roof. |
5 | 5 |
|
6 | 6 | https://github.com/elecena/python-php/pkgs/container/python-php |
7 | 7 |
|
8 | 8 | ``` |
9 | | -docker pull ghcr.io/elecena/python-php:3.14.3-8.5.5 |
| 9 | +docker pull ghcr.io/elecena/python-php:3.14.5-8.5.7 |
10 | 10 | ``` |
11 | 11 |
|
12 | 12 | ``` |
13 | 13 | $ docker images | head |
14 | 14 | REPOSITORY TAG IMAGE ID CREATED SIZE |
15 | | -elecena/python-php latest 66e393f32d83 1 second ago 126MB |
| 15 | +elecena/python-php latest d4b395e53c14 1 second ago 138MB |
16 | 16 | ``` |
17 | 17 |
|
18 | 18 | ## Installed software |
19 | 19 |
|
20 | 20 | ``` |
21 | 21 | $ docker run -it elecena/python-php sh info.sh |
22 | 22 | ### Python |
23 | | -Python 3.14.3 |
24 | | -virtualenv 21.2.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py |
| 23 | +Python 3.14.5 |
| 24 | +virtualenv 21.4.2 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py |
25 | 25 |
|
26 | 26 | ### PHP |
27 | | -PHP 8.5.5 (cli) (built: Apr 9 2026 22:14:10) (NTS) |
| 27 | +PHP 8.5.7 (cli) (built: Jun 10 2026 20:55:34) (NTS) |
28 | 28 | Copyright (c) The PHP Group |
29 | 29 | Built by https://github.com/docker-library/php |
30 | | -Zend Engine v4.5.5, Copyright (c) Zend Technologies |
31 | | - with Zend OPcache v8.5.5, Copyright (c), by Zend Technologies |
32 | | -Composer version 2.9.5 2026-01-29 11:40:53 |
33 | | -PHP version 8.5.5 (/usr/bin/php) |
| 30 | +Zend Engine v4.5.7, Copyright (c) Zend Technologies |
| 31 | + with Zend OPcache v8.5.7, Copyright (c), by Zend Technologies |
| 32 | +Composer version 2.10.1 2026-06-04 10:25:59 |
| 33 | +PHP version 8.5.7 (/usr/bin/php) |
34 | 34 | Run the "diagnose" command to get more detailed diagnostics output. |
35 | 35 | [PHP Modules] |
36 | 36 | bz2 |
|
0 commit comments