[PHPwestoz] Hello Group

Adam Ashley adam_ashley at softhome.net
Wed Mar 9 22:05:02 UTC 2005


On Wed, 2005-03-09 at 10:55 +0800, Jimmy Bowden wrote:
> I know, bad form to start with a query… but I’m having a spot of
> bother configuring php 5.0.3 to do graphics like imagecreate(); under
> windows, using an apache server.
> 

First place to check would be to make sure you have the extension loaded
in your php.ini. The line you want is

extension=php_gd2.dll

it should not have a ; at the start.

To check whether its loaded create a php script with just the following
in it:

<?php phpinfo(); ?>

load it and look for a table about GD. also if you cant find your
php.ini file the phpinfo() output will display the location it expects
to find it.

Adam





More information about the PHPwestoz mailing list