Bzip2 and zip support in lsphp7.4

#1
After installation with apt I see the message in php.ini:
Phar
Phar: PHP Archive support enabled
Phar API version 1.1.1
Phar-based phar archives enabled
Tar-based phar archives enabled
ZIP-based phar archives enabled
gzip compression disabled (install ext/zlib)
bzip2 compression disabled (install ext/bz2)

Native OpenSSL support enabled

and corresponding messages in phpmyadmin/setup
GZip
GZip compression and decompression requires functions (gzencode) which are unavailable on this system.
Bzip2
Bzip2 compression and decompression requires functions (bzopen, bzcompress) which are unavailable on this system.
ZIP
Zip compression requires functions (gzcompress) which are unavailable on this system.

Can you help to resolve this? Thank a lot for your fast reply.
 

lskagan

Administrator
#6
Thank you for the report. We have added bz2 and fixed zlib and new packages should be released tomorrow. Will update this post once they are live.
 

lskagan

Administrator
#8
The packages were pushed. If your run `apt update && apt upgrade` it should upgrade to the latest builds with bz2 + zlib fixed.
 
#9
Next problem arised - lsphp73(4)-redis is installed but not activated.
http://ls11.dau.org.ua/phpinfo.php

# apt install lsphp74-redis
Reading package lists... Done
Building dependency tree
Reading state information... Done
lsphp74-redis is already the newest version (5.1.1-1+bionic).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Last edited:

lskagan

Administrator
#11
Hi @vadim ,

Thank you for the report. I think I identified the issue and figured out why it passed our testing. Should have a new build of all our PECL extensions out today.
 
#16
Ah yes I see that.

Does that mean there will be no zip or bz2 packages as this will require changes to code as phar uses different code/commands
 
Last edited:
Top