SoFunction
Updated on 2025-04-08

Add GD library and SQL 2000 support to PHP

These support is not installed by default, so you need to manually add:
Download here
/#v4
Among:
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, many extensions included, packaged as zip)

Pay attention to this 4.4.1 version of php, please use the corresponding version to your server

After downloading, unzip it, you will see a: extensions directory, copy this directory to
C:\php directory

Then, open C:\windows\

Find:
extension_dir
You will see that it was:
extension_dir = "./"
Change it to:
extension_dir = "C:\PHP\extensions"

Search again:
;extension=php_gd2.dll
Change to:
extension=php_gd2.dll

Search again:
;extension=php_mssql.dll
Change to:
extension=php_mssql.dll

After saving, it can support GD library and SQL 2000