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?
Asked
Active
Viewed 2,410 times
2 Answers
1
There is php-pecl-zip (1.8.10) package on EPEL additional repository.

Grzegorz Szpetkowski
- 1,108
- 7
- 10
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