Here is a “Quick & Dirty” guide to adding support for lsphp 7.4 Zip extension without building from source the entire PHP core. This is relevant for CentOS / RedHat 7 distros.
yum install lsphp74-pear yum install lsphp74-devel yum install http://packages.psychotic.ninja/7/plus/x86_64/RPMS/libzip-0.11.2-6.el7.psychotic.x86_64.rpm yum install http://packages.psychotic.ninja/7/plus/x86_64/RPMS/libzip-devel-0.11.2-6.el7.psychotic.x86_64.rpm /usr/local/lsws/lsphp74/bin/pecl install zip echo "extension=zip.so" >> /usr/local/lsws/lsphp74/etc/php.d/20-zip.ini
Leave a Reply