1

I have Cent OS 5 and want to install ZIP or ZIPlib extension i tried to look it up using YUM utility and its not there how can i install it?

JohnDDdjfd
  • 201
  • 2
  • 3
  • 5

2 Answers2

1

There is php-pecl-zip (1.8.10) package on EPEL additional repository.

0

You can also install the php-devel package via yum and then use the pecl command to install pecl extensions. It should be something like "pecl install zip".

Chris
  • 349
  • 1
  • 6