Skip to content

Commit 3fba00f

Browse files
author
macbre
committed
Remove php8-sysvmsg and update README
> To enable the System V messages support compile PHP with the option --enable-sysvmsg. > > https://www.php.net/manual/en/sem.installation.php#sem.installation
1 parent 4369815 commit 3fba00f

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ RUN apk update && apk add \
3838
php8-soap \
3939
php8-sockets \
4040
php8-sodium \
41-
php8-sysvmsg \
4241
php8-sysvsem \
4342
php8-sysvshm \
4443
php8-xmlreader \

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ $ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
2424
Python 3.9.0
25-
virtualenv 20.0.33 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
25+
virtualenv 20.2.2 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
2626
2727
### PHP
28-
PHP 7.4.9 (cli) (built: Aug 31 2020 19:20:23) ( NTS )
28+
PHP 8.0.0 (cli) (built: Dec 4 2020 00:28:56) ( NTS )
2929
Copyright (c) The PHP Group
30-
Zend Engine v3.4.0, Copyright (c) Zend Technologies
31-
with Zend OPcache v7.4.9, Copyright (c), by Zend Technologies
30+
Zend Engine v4.0.0-dev, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.0.0, Copyright (c), by Zend Technologies
3232
Composer version 1.10.13 2020-09-09 11:46:34
3333
[PHP Modules]
3434
bz2
@@ -64,7 +64,6 @@ sockets
6464
sodium
6565
SPL
6666
standard
67-
sysvmsg
6867
sysvsem
6968
sysvshm
7069
tokenizer

0 commit comments

Comments
 (0)