Re: [PHP-GTK] gd2 for new PHP-GTK2 release
[email protected] (Elizabeth M Smith)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
kksou wrote: > Hi, > > The windows binary of the previous beta release included the gd2 library. > > But the gd2 was not in the latest official PHP-GTK2 release. > > The ability to use gd2 libraries right inside PHP-GTK2 application is a > useful one. > > Would be great if this could be added to the latest release. > > Thanks and Regards, > /kksou You can use the "stock" gd2 with the php-gtk2 windows release (and any other available php extension) - which was mentioned in the readme. Go to php.net/downloads and get the PHP 5.2.5-nts version (that's the same version bundled with php-gtk2) or get the pecl pack for 5.2.5 nts any of the extensions in those packages will work. Then edit your php-cli.ini to include gd extension=php_gd2.dll Should work fine Thanks, Elizabeth Smith