PHP add MySQL module pop-up warning resolution _php Tutorial

Source: Internet
Author: User
Operating Environment

apache2.2.22

php5.4

When you configure PHP to open the MySQL module, the two lines of code are commented directly as follows

[Plain] Extension=php_mysql.dll
Extension=php_mysqli.dll
Then restart Apache, the results pop-up prompt box "Phpstartup"

Then check that the value of Extension_dir is

Extension_dir = "ext"

This value cannot be read directly under Windows, and now attempts to change it to

[Plain] Extension_dir = "./ext"
Restart Apache, error is still the same, simply pound, instead of the absolute path to see!

[Plain] Extension_dir = "D:/www/php54/ext"
Restart Apache, everything OK

Analysis, in fact, we are in use when the PHP configuration file has commented that Windows only need to set this directory to "ext" can, but no, the absolute path is no problem


From the column of the acquired Rain Street
From

http://www.bkjia.com/PHPjc/478331.html www.bkjia.com true http://www.bkjia.com/PHPjc/478331.html techarticle Run Environment apache2.2.22 php5.4 when configuring PHP to open MySQL module, the two lines of code are commented directly as follows [plain] Extension=php_mysql.dll Extension=php_mysqli.dll Then restart the APA ...

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