Hello all.
I have the following config from my cPanel server
'./configure' '--with-apxs=/usr/local/apache/bin/apxs' '--prefix=/usr/local'
'--with-xml' '--with-mm' '--enable-bcmath' '--enable-calendar' '--with-curl'
'--with-dom' '--with-dom-xslt' '--with-dom-exslt' '--enable-exif'
'--with-swf=/usr/local/flash' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local'
'--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext'
'--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mcrypt'
'--with-mhash' '--enable-magic-quotes' '--with-mm' '--with-mysqli'
'--with-mysql=/usr' '--with-snmp' '--enable-ucd-snmp-hack' '--with-openssl'
'--enable-discard-path' '--with-pear' '--with-pspell' '--enable-sockets'
'--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf'
'--enable-wddx' '--with-xmlrpc' '--with-zip' '--with-zlib'
As you can see, --with-zip is there.
For some reason, I get the following when trying to use "new ZipArchive()"
Fatal error: Class 'ZipArchive' not found in ...
Anyone have any ideas why this is happening?
TIA!