Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
macbre authored Oct 11, 2025
commit 03f737e61bd11a72e246b5e46d2e73da9874f166
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.13.5-8.4.10
docker pull ghcr.io/elecena/python-php:3.14.0-8.4.13
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest 987175347e2d 1 second ago 122MB
elecena/python-php latest adfd7d133180 1 second ago 117MB
```

## Installed software
Expand All @@ -21,17 +21,16 @@ elecena/python-php latest 987175347e2d 1 second ago 122MB
$ docker run -it elecena/python-php sh info.sh

### Python
Python 3.13.5
virtualenv 20.31.2 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py

Python 3.14.0
virtualenv 20.35.3 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
### PHP
PHP 8.4.10 (cli) (built: Jul 3 2025 23:01:37) (NTS)
PHP 8.4.13 (cli) (built: Oct 8 2025 22:45:03) (NTS)
Copyright (c) The PHP Group
Built by https://github.com/docker-library/php
Zend Engine v4.4.10, Copyright (c) Zend Technologies
with Zend OPcache v8.4.10, Copyright (c), by Zend Technologies
Composer version 2.8.9 2025-05-13 14:01:37
PHP version 8.4.10 (/usr/bin/php)
Zend Engine v4.4.13, Copyright (c) Zend Technologies
with Zend OPcache v8.4.13, Copyright (c), by Zend Technologies
Composer version 2.8.12 2025-09-19 13:41:59
PHP version 8.4.13 (/usr/bin/php)
Run the "diagnose" command to get more detailed diagnostics output.
[PHP Modules]
bz2
Expand Down Expand Up @@ -79,7 +78,6 @@ xsl
yaml
Zend OPcache
zlib

[Zend Modules]
Zend OPcache
```