Pecl of PHP Extension assembly

Source: Internet
Author: User
PHP Extension Installation pecl

1. Pecl Introduction


pecl:the PHP Extension Community Library is an extension of PHP.

Extended download and installation for PHP.


When you install PHP, PECL is installed by default in the Bin directory.


2. Using Parameters


Use the same parameters as pear.
http://blog.csdn.net/yonggang7/article/details/23621501

$./pecl

3. PECL Installation Extension


such as installing the memcache extension

$./pecl Install Memcache
After successful installation, the memcache.so file will be generated in the PHP extension directory.

Then add "extension=memcache.so" to the php.ini file.

To see if the load is normal:

This command is used to show all PHP extensions.

4. All extensions of PECL


Extended list:

http://pecl.php.net/packages.php



from:http://blog.csdn.net/yonggang7/article/details/24096593


  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.