Page 1 of 1

setting up zip utility support on the server

PostPosted: 04. August 2007 11:54
by legacyless
As in the title, how do I set up zip utility support on the server?

I'm running a joomla/virtuemart based website and using a tool (cloner manager) to make a backup and it needs zip support to do this.

Thanks

Re: setting up zip utility support on the server

PostPosted: 04. August 2007 12:55
by Izzy
legacyless wrote:As in the title, how do I set up zip utility support on the server?

I'm running a joomla/virtuemart based website and using a tool (cloner manager) to make a backup and it needs zip support to do this.

Thanks

In xampp\apache\bin\php.ini uncomment this line:
;extension=php_zip.dll
so it looks like this
extension=php_zip.dll

Save and restart the server.

=================================================
Take a look at the new DeskTopXampp launch control posted by ridgewood:
http://community.apachefriends.org/f/viewtopi ... 967#103967

The DeskTopXampp launch control for XAMPP and XAMPPlite (DTX.exe)
is available here:
http://zedfiles.com/DTX/

I highly recommend DTX.
=================================================

Re: setting up zip utility support on the server

PostPosted: 04. August 2007 13:21
by legacyless
Izzy wrote:
legacyless wrote:As in the title, how do I set up zip utility support on the server?

I'm running a joomla/virtuemart based website and using a tool (cloner manager) to make a backup and it needs zip support to do this.

Thanks

In xampp\apache\bin\php.ini uncomment this line:
;extension=php_zip.dll
so it looks like this
extension=php_zip.dll

Save and restart the server.


Thanks for the reply. Its already set as you've described tho.