how to enable a php extension
Posted: Thu May 14, 2009 3:29 pm
Hello I am trying to enable the PHP extension phpzip, I am currently getting the following error. Fatal error: Class 'ZipArchive' not found in... I have to have this particular extension.
From what I have read I just need to go into the php.ini file and add the extension there
extension=php_zip.so
zlib.output_compression = On
I have done this, restarted the server, but different happens. Can somebody offer any help as to fixing this. I have never enabled an extension so I am not sure what I am doing or what else to do.
We are running PHP Version 5.2.4
Linux
Apache 2.0
Thanks
Mike
From what I have read I just need to go into the php.ini file and add the extension there
extension=php_zip.so
zlib.output_compression = On
I have done this, restarted the server, but different happens. Can somebody offer any help as to fixing this. I have never enabled an extension so I am not sure what I am doing or what else to do.
We are running PHP Version 5.2.4
Linux
Apache 2.0
Thanks
Mike