PHP Compiled extensible module

Source: Internet
Author: User
1. Enter the directory where the module is located

/usr/local/src/php-5.4.36/ext

Suppose you need to compile the Curl module

First make sure that the Curl module is not previously compiled

/usr/local/php/bin/php-m |grep-i Curl

2. Enter the Curl directory

CD Curl

Use Phpize to generate. Configure files

/usr/local/php/bin/phpize

3. Configuring compilation parameters

./configure--with-php-config=/usr/local/php/bin/php-config

4. Compile Make

5. Installing make Install

6. Edit php config file add curl.so

Vim/usr/local/php/etc/php.ini

Find this segment; Extension=php_shmop.dll Add the following

Extension=curl.so

7. Use/usr/local/php/bin/php-m to see if the Curl module is installed

  • 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.