@@ -6,31 +6,30 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
66https://github.com/elecena/python-php/pkgs/container/python-php
77
88```
9- docker pull ghcr.io/elecena/python-php:3.14.0-8.4.13
9+ docker pull ghcr.io/elecena/python-php:3.14.0-8.5.0
1010```
1111
1212```
1313$ docker images | head
1414REPOSITORY TAG IMAGE ID CREATED SIZE
15- elecena/python-php latest adfd7d133180 1 second ago 117MB
15+ elecena/python-php latest 68072de0a9cd 1 second ago 124MB
1616```
1717
1818## Installed software
1919
2020```
2121$ docker run -it elecena/python-php sh info.sh
22-
2322### Python
2423Python 3.14.0
2524virtualenv 20.35.3 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
2625### PHP
27- PHP 8.4.13 (cli) (built: Oct 8 2025 22:45:03 ) (NTS)
26+ PHP 8.5.0 (cli) (built: Nov 20 2025 19:49:31 ) (NTS)
2827Copyright (c) The PHP Group
2928Built by https://github.com/docker-library/php
30- Zend Engine v4.4.13 , Copyright (c) Zend Technologies
31- with Zend OPcache v8.4.13 , Copyright (c), by Zend Technologies
32- Composer version 2.8.12 2025-09 -19 13:41:59
33- PHP version 8.4.13 (/usr/bin/php)
29+ Zend Engine v4.5.0 , Copyright (c) Zend Technologies
30+ with Zend OPcache v8.5.0 , Copyright (c), by Zend Technologies
31+ Composer version 2.9.2 2025-11 -19 21:57:25
32+ PHP version 8.5.0 (/usr/bin/php)
3433Run the "diagnose" command to get more detailed diagnostics output.
3534[PHP Modules]
3635bz2
4645hash
4746iconv
4847json
48+ lexbor
4949libxml
5050mbstring
5151mysqlnd
@@ -71,13 +71,15 @@ standard
7171sysvsem
7272sysvshm
7373tokenizer
74+ uri
7475xml
7576xmlreader
7677xmlwriter
7778xsl
7879yaml
7980Zend OPcache
8081zlib
82+
8183[Zend Modules]
8284Zend OPcache
8385```
0 commit comments