Technical Documentation Site

Version 0.9.0

Technical Cheat Sheets

PHP

Differences betwen PECL and PEAR

PECL stands for PHP Extension Community Library, it has extensions written in C, that can be loaded into PHP to provide additional functionality. You need to have administrator rights, a C compiler and associated toolchain to install those extensions.

PEAR is PHP Extension and Application Repository, it has libraries and code written in php. Those you can simply download, install and include in your code.

Last updated on 26 Aug 2021
Published on 26 Aug 2021
Edit on GitHub