Page 1 of 1

enable zip in xampp for linux

PostPosted: 22. May 2010 13:36
by mfran2002
hello
I have a linux server with xampp (php 5)

in my php file I try to create a zip archive using these statements:

$zip = new ZipArchive();

but it fails....

on my windows pc it runs. Comparing both phpinfo I see that on linux I have these missing entries:

PHPINFO ZIP SECTION
Zip enabled
Extension Version $Id: php_zip.c,v 1.1.2.38.2.29 2009/02/24 23:55:14 iliaa Exp $
Zip version 1.9.1
Libzip version 0.9.0

Someone knows how can I activate these properties?

thanks a lot