What is PECL?
- • PHP Extension Code Library
- • A collection of PHP extensions (C/C++)
- • Future home of all PHP Extensions
- • Sister to PEAR
- • Uses the existing PEAR framework for package handling
Interesting packages in PECL
- • tidy -- HTML parsing and cleaning
- • apc -- PHP compiler cache
- • bcompiler -- PHP bytecode compiler