Thread: enable gzip
View Single Post
Old 04-30-2009, 01:27 PM   #4
ISPsystem team
 
slava's Avatar
 
Join Date: May 2008
Location: ISPsystem
Posts: 588
slava is on a distinguished road
Default

You need install PHP PECL extension by SSH:
Code:
yum install php-devel
pecl install zip
and after then restart apache
slava is offline   Reply With Quote