MySQL-What is the difference between two configurations when compiling a PHP configuration

Source: Internet
Author: User
When compiling PHP,

--with-Extension Library =dir

--enable-Extension Library

What is the difference between these two configurations

Reply content:

When compiling PHP,

--with-Extension Library =dir

--enable-Extension Library

What is the difference between these two configurations

It is obvious that the values are different:
With can be empty after, that is, default value; can be a path; can be a function name
Enable cannot have a value, this is the case only enable and disable optional

The PHP manual mentions: http://www.php.net/manual/zh/install.pecl.static.php

Whether to use--enable-extname or--with-extname depends on the extension library. An extension library that typically does not require external library files uses--enable. To confirm, run after buildconf:$ ./configure --help | grep extname

--enable refers to the existing in the Ext directory,--WITH-XXX is another program, such as--with-mysql=/usr/local/mysql/--with-openssl=/usr/local/openssl.
PHP now has mysqlnd, can write--with-mysql=mysqlnd 、--with-mysqli=mysqlnd this.

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