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