What the difference between Pecl and Pear?
——————————————————————————–
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.

« »