DIY By Kalinga

 

How to Installing PHP MySQL, GD & other modules on Apache 2.2 with PHP5.2 Support On Windows (2000/XP/2003)



 Home | Support Forum
 
Im Hopping that you have followed my early DIY on Installing Apache2.2 with PHP5.2, here i will tell you on how to Install PHP Modules.
 
Installing
 
  1. Copy libmysql.dll from c:\php5 & php_gd2.dll, php_mysql.dll from c:\php5\ext to c:\Windows (or to where you have installed Windows)
  2. Open php.ini file from c:\php, edit the following lines
    • find ;extension=php_gd2.dll line & remove the ";" from the line
      • extension=php_gd2.dll
    • Find ;extension=php_mysql.dll line & remove the ";" from the line
      • extension=php_mysql.dll
    • Save the File.
  3. Go to Start --> Programs --> Apache HTTP Server 2.2.X --> Control Apache Server --> Restart
    • If you done every thing right, this should work with out any errors.
  4. Open your browser, enter http://localhost/phpinfo.php, if you have done every thing right, you should see PHP Installation Information with GD & MySQL Support
you can use the same way to install other modules (extentions) located at c:\php5\ext directory.
 
Other Related Links
 

Tuesday, February 13, 2007

Copyright t Kalinga Athulathmudali, This information is provided as it is with no guarantee what so ever, and follow them at your own risk.