skip to Main Content

How to install zip extension for PHP 7.4 compiled from scratch on CentOS 7?

I have a PHP 7.4.2 installation, which is installed by compiling from the scratch. The configure command I used is as given below : './configure' '--with-apxs2=/usr/bin/apxs' '--with-curl=/usr' '--with-gd' '--with-gettext' '--with-jpeg-dir=/usr' '--with-freetype-dir=/usr' '--with-openssl' '--with-mcrypt=/usr/local/lib' '--with-mhash' '--with-mysql=mysqlnd' '--with-mysqli=mysqlnd' '--with-pcre-regex' '--with-pear' '--with-png-dir=/usr' '--with-xsl'…

VIEW QUESTION
Back To Top
Search