Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2003032

[PHP-WIN] Re: GD in PHP 4.3.0 From: Christoph Grottolo (cg <email protected>)
Date: 03/25/03

phplist <email protected> (Afan Pasalic) wrote:

>GD is now a part of PHP 4.3.0. But, do I have to make some changes in
>php.ini (set it up) before I start using it or it's already set up to use?
>I'm still getting error message:

uncomment
;extension=php_gd2.dll
in your php.ini file (remove the semicolon) or,
if you use CGI you can load it dynamically if you don't use it much:
dl("php_gd2.dll");
at the top of your script.

You'll find more info at www.php.net/gd

Christoph

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php