Configuring PHP with GD - on Windows XP

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

Post Reply
angelhouse
Forum Newbie
Posts: 3
Joined: Thu Apr 12, 2007 4:37 am

Configuring PHP with GD - on Windows XP

Post by angelhouse »

Hi Anyone,

I am looking for help with PHP and ImageMagick.

I have loaded up some pictures onto my website, but it is taking a long time for them to open, hence why someone advised me to use PHP. However when i have done the:

Code: Select all

<?php 

phpinfo(); 

?>


That brought up alot of information which i dont think i need to detail, apart from the part that says:
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
.

I am guessing that maybe it is something to do with my configuration of my .ini file. Someone also advised me to download Xampp, which i have done, now i have got all these .ini files, and not sure which one i am editing or where i am editing it.
C:\Program Files\PHP
E:\Apache
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\apache\bin
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php\php4
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php\php4
E:\Apache\Apache2\htdocs\Apache XAMPP\xampp\php\php4


I have even set up a test.php file and loaded it up and i get the image box with "NO GD" in it.

thanks
Gary
Last edited by angelhouse on Mon Apr 16, 2007 4:23 am, edited 4 times in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
angelhouse
Forum Newbie
Posts: 3
Joined: Thu Apr 12, 2007 4:37 am

My Problems has now been sorted

Post by angelhouse »

Thanks to all that helped
Post Reply