Skip to content

Commit 4532652

Browse files
authored
Update PHP version to 8.5.0 and Docker image tag
Updated PHP and Docker image version in README.
1 parent cf7b991 commit 4532652

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,30 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
66
https://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
1414
REPOSITORY 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
2423
Python 3.14.0
2524
virtualenv 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)
2827
Copyright (c) The PHP Group
2928
Built 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)
3433
Run the "diagnose" command to get more detailed diagnostics output.
3534
[PHP Modules]
3635
bz2
@@ -46,6 +45,7 @@ filter
4645
hash
4746
iconv
4847
json
48+
lexbor
4949
libxml
5050
mbstring
5151
mysqlnd
@@ -71,13 +71,15 @@ standard
7171
sysvsem
7272
sysvshm
7373
tokenizer
74+
uri
7475
xml
7576
xmlreader
7677
xmlwriter
7778
xsl
7879
yaml
7980
Zend OPcache
8081
zlib
82+
8183
[Zend Modules]
8284
Zend OPcache
8385
```

0 commit comments

Comments
 (0)