Page 1 of 1

XAMPP 1.7.3: php_zip.dll

PostPosted: 18. January 2011 17:11
by studio_two
Hello,

I would like to be able to create a Zip File from within my PHP Application.

I have edited "php.ini" and enabled "php_zip.dll". However, this only seems to be able to handle existing Zip Archives.

"php_zlib.dll" looks as though it will do the trick, but is this available within XAMPP for Windows?

Many Thanks,
Stephen

Re: XAMPP 1.7.3: php_zip.dll

PostPosted: 18. January 2011 17:45
by studio_two
I think I can answer my own question here, as enabling "php_zip.dll" did actually give me the functionality I required.

It supports: new ZipArchive; Open; AddFile; Close...

Stephen