Add GD library and SQL 2000 support for PHP

Source: Internet
Author: User

These support are not installed by default, so you need to manually add:

Download it here

Http://www.php.net/downloads.php#v4

In:

Windows Binaries

All windows binaries can be used on Windows 98/me and on Windows NT/2000/XP/2003.

PHP 4.4.1 zip package: [8, 082kb]-31 Oct 2005

(CGI binary plus Server API versions for Apache, apache2 (experimental), ISAPI, nsapi, Servlet and Pi3Web. MySQL support built-in, extensions supported ded, packaged as zip)

Note that for PHP of version 4.4.1, use the version corresponding to your server.

After downloading and decompressing, you will see a: extensions directory, copy this directory

C: \ PHP Directory

Then, Open c: \ windows \ PHP. ini

Search:

Extension_dir

You will see the original:

Extension_dir = "./"

Change it:

Extension_dir = "C: \ PHP \ extensions"

Search again:

; Extension = php_gd2.dll

Changed:

Extension = php_gd2.dll

Search again:

; Extension = php_mssql.dll

Changed:

Extension = php_mssql.dll

After saving, you can support the GD library and SQL 2000

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.