PHP Extension Community Library (PECL)35
(pronounced "pickle") is a a series of extensions PHP written in C. The pecl
command also assists in PECL extension management. To get a list of pecl
options type
This is very similar in format to the PEAR command but the implementation is completely different. To display a list of installed PECL extensions type
To install a PECL extension type
To use the extension you will need to add the shared library to the php.ini file.
To show the PECL configuration settings type
There are no user comments.
Please send ideas and opinions by email at alexamies@gmail.com.