Friday, July 31, 2009

Installing GD library in php ?

hi...how to configure the php.ini file to support the GD library ..i downloaded GD 2.0.34 and the zip file contains many c++ scripts ...so what to do ..with some details please...i have windows xp.

Installing GD library in php ?
It depends on the php version you are using. You might already have it on. The c++ is the source in case you want to build it for yourself.


You only need php_gd.dll file, so uncomment this line php.ini (if you have windows).


extension=php_gd2.dll





Also check this out:





http://www.jpowered.com/php-scripts/php-...
Reply:If you installed the MSI version of PHP (version 5 or later), then you don't need to get the GD library separately - it's built into the MSI installer. Just re-run the install (from Add/Remove programs in the Control Panel if you didn't delete the installer) and pick custom/advanced, and click the plus next to the folders to expand all the options...





There are several in there that I enable normally, like GD, mbString, MySQL and MySQLi.





I've tested this with Apache version 2.0 and 2.2.
Reply:i use windows xp and do u know what i did ? i downloaded and installed "WAMP". Just uninstall ur php and mysql man.. then install wamp, its a life saver it installed everythign u need, php with all required extentions, mysql, phpmyadmin, apache and so on, all for windows. WAMP means - Windows Apache Mysql Php.


you can download it here http://www.wampserver.com/en/download.ph...
Reply:i do not know

wallflower

No comments:

Post a Comment