Add GD Library and SQL 2000 support for PHP _ Extraterrestrial virtual Host
Source: Internet
Author: User
These support defaults are not installed, so you want to manually add:
Here to download
Http://www.php.net/downloads.php#v4
In the following:
Windows Binaries
All Windows binaries can is used on Windows 98/me and on Windows nt/2000/xp/2003.
PHP 4.4.1 Zip Package [8,082kb]-to OCT 2005
(CGI binary plus server API versions for Apache, Apache2 (experimental), ISAPI, NSAPI, Servlet and Pi3web. MySQL support built-in, many extensions included, packaged as Zip)
Note this 4.4.1 version of PHP, please use the version that corresponds to your server
After downloading, you will see a: Extensions directory, copy this directory to
In the C:\php directory
Then, open the C:\windows\php.ini
Find:
Extension_dir
You will see the original:
Extension_dir = "./"
Change it to:
Extension_dir = "C:\PHP\extensions"
And then find:
; Extension=php_gd2.dll
Change into:
Extension=php_gd2.dll
And then find:
; Extension=php_mssql.dll
Change into:
Extension=php_mssql.dll
After saving, you can support the GD Library and SQL 2000
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.