What the difference between Pecl and Pear?
Thanks
Pecl is a repository of PHP extensions, while PEAR is a repository of PHP classes.
Extensions are written in C and included into PHP, while classes are written in PHP and included into your code.