php-windows | 2003032
Date: 03/25/03
- Next message: chris: "[PHP-WIN] Re: Global & POST & uploading files"
- Previous message: Afan Pasalic: "[PHP-WIN] GD in PHP 4.3.0"
- In reply to: Afan Pasalic: "[PHP-WIN] GD in PHP 4.3.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: chris: "[PHP-WIN] Re: Global & POST & uploading files"
- Previous message: Afan Pasalic: "[PHP-WIN] GD in PHP 4.3.0"
- In reply to: Afan Pasalic: "[PHP-WIN] GD in PHP 4.3.0"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

