Approaches to Web Development for Bioinformatics

Previous  Contents  Next
References

PECL

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


> pecl

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


> pecl list

To install a PECL extension type


> pecl install EXTENSION_NAME

To use the extension you will need to add the shared library to the php.ini file.

To show the PECL configuration settings type


> pecl config-show


Previous  Contents  Next
References

Contributed Comments and NotesAdd a comment.

There are no user comments.

Google

Please send ideas and opinions by email at alexamies@gmail.com.

© 2006-2007 Alex Amies