Archive for the 'PECL' Category

Fun with PECL Zip 1.6 - Installation


With PECL Zip you can read, add, delete, set and read archive comment, it’s a very useful package for searching and managing Zipped archive kind of data.
let’s begin with the installation
fire up your PECL installer to install Zip; you’ll see some information verbosed while installed PECL Zip like the following

  1. wget http://pecl.php.net/get/zip &&  tar -zxvf zip && cd zip-1.6.0/ && phpize5 && sudo ./configure && sudo  make && sudo make install

During the installation you will be flooded with verbosed information ; it’s useful to watch and try to understand what’s going behind the scene; keep your eye on the verbose to see if any error popup like missing library or permission problem, if the installation went fine; at the end you will see
Read the rest of this entry »

Posted on Thursday, July 27th, 2006
Under: Code, HowTo, PECL, PHP | 2 Comments »