Page 1 of 1

Configuring PHP with GD - on Windows XP

Posted: Thu Apr 12, 2007 7:31 am
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

Posted: Thu Apr 12, 2007 7:35 am
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.

My Problems has now been sorted

Posted: Wed May 02, 2007 9:49 am
by angelhouse
Thanks to all that helped