Linux-What is the difference between using phpize and first-time installation compilation?

Source: Internet
Author: User
Tags zts
such as compile time only execute

bashcd ../php-5.6.8./configure --enable-fpm --with-mysqlmakesudo make install

Then use Phpize./configure-xxxxx in the back.

It's like using Phpize to compile and install, like curl.
are in

./lib/php/extensions/no-debug-non-zts-20090626/curl.so

There are so files in the directory.

Did you just start compiling the installation without producing so files?

Reply content:

such as compile time only execute

bashcd ../php-5.6.8./configure --enable-fpm --with-mysqlmakesudo make install

Then use Phpize./configure-xxxxx in the back.

It's like using Phpize to compile and install, like curl.
are in

./lib/php/extensions/no-debug-non-zts-20090626/curl.so

There are so files in the directory.

Did you just start compiling the installation without producing so files?

Phpize is primarily responsible for generating the extended configuration file and makefile, and the first compilation Php,zend extenion extension generates a dynamic library file. So, for example Opcache will generate opcache.so when compiling PHP, if configure When you join--enable-opcache.

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