8000 Use PHP 8.2 & Python 3.11 by macbre · Pull Request #33 · elecena/python-php · GitHub
[go: up one dir, main page]

Skip to content
8000

Use PHP 8.2 & Python 3.11 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 7, 2023
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 Mar 7, 2023
commit d3a51fd7e84810bed40a6bb69e4fa1b8f5dba391
17 changes: 9 additions & 8 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 **around 100 MB Docker image**).
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.10.4-8.1.4
docker pull ghcr.io/elecena/python-php:3.11.2-8.2.3
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest 1b1c0d911178 1 second ago 114MB
elecena/python-php latest ff36428b8c54 2 seconds ago 123MB
```

## Installed software
Expand All @@ -21,15 +21,15 @@ elecena/python-php latest 1b1c0d911178 1 second ago 114MB
$ docker run -it elecena/python-php sh info.sh

### Python
Python 3.10.8
virtualenv 20.16.7 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
Python 3.11.2
virtualenv 20.20.0 from /usr/local/lib/python3.11/site-packages/virtualenv/__init__.py

### PHP
PHP 8.1.12 (cli) (built: Nov 12 2022 08:52:37) (NTS)
PHP 8.2.3 (cli) (built: Feb 14 2023 20:48:45) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.12, Copyright (c) Zend Technologies
with Zend OPcache v8.1.12, Copyright (c), by Zend Technologies
Composer version 2.3.10 2022-07-13 15:48:23
Zend Engine v4.2.3, Copyright (c) Zend Technologies
with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
Composer version 2.5.4 2023-02-15 13:10:06
[PHP Modules]
bz2
calendar
Expand All @@ -55,6 +55,7 @@ PDO
pdo_sqlite
Phar
posix
random
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

readline
Reflection
session
Expand Down
0