In Progress [ZC-4670] ZipArchive setPassword function needs libzip >= 1.2.0

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello @vacancy,

PHP version 7.2 is compiled with Libzip version 1.1.2 in EasyApache 4:

Code:
# /opt/cpanel/ea-php72/root/usr/bin/php -i | grep Libzip
Libzip version => 1.1.2
A newer Libzip version isn't provided at this time, however internal case ZC-4670 was opened to request a newer Libzip version. I don't have a time frame on when we might provide the newer version, but I'll monitor the case and update this thread with more information as it becomes available.

In the meantime, if you are open to using CloudLinux, they provide a newer version with their Alt-PHP package:

Code:
/opt/alt/php72/usr/bin/php -i | grep Libzip
Libzip headers version => 1.3.2
Libzip library version => 1.3.2
Thank you.
 
  • Like
Reactions: vacancy