gd2 for new PHP-GTK2 release

View: New views
7 Messages — Rating Filter:   Alert me  

gd2 for new PHP-GTK2 release

by kksou :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: gd2 for new PHP-GTK2 release

by Elizabeth M Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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


Re: gd2 for new PHP-GTK2 release

by kksou :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Elizabeth M Smith wrote:
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.
Hi Elizabeth,

I downloaded the file you mentioned from php.net/downloads. Interestingly, it has all the extensions, but not php_gd2.dll!

Anyway, I found the file from your downlaod area: http://perisama.net/downloads/MSVC6/PHP-5.2.5/Release/ext/php_gd2.dll

It works great with the latest release!

Thanks!

Warm Regards,
/kksou

Re: gd2 for new PHP-GTK2 release

by Steph Fox :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi kksou, Elizabeth,

>> 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.
>
> I downloaded the file you mentioned from php.net/downloads. Interestingly,
> it has all the extensions, but not php_gd2.dll!

Yes... php_gd2.dll is shipped with the core, just to make life more
confusing for all.

> Anyway, I found the file from your downlaod area:
> http://perisama.net/downloads/MSVC6/PHP-5.2.5/Release/ext/php_gd2.dll
>
> It works great with the latest release!

Elizabeth, is that the same compiler version you used for PHP-GTK2, and is
it NTS? If not, you might want to make it available via gtk.php.net to stave
off further confusion.

- Steph

>
> Thanks!
>
> Warm Regards,
> /kksou
>
> --
> View this message in context:
> http://www.nabble.com/gd2-for-new-PHP-GTK2-release-tp15799375p15822934.html
> Sent from the Php - GTK - General mailing list archive at Nabble.com.
>
>
> --
> PHP-GTK General Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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


Re: gd2 for new PHP-GTK2 release

by Elizabeth M Smith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Steph Fox wrote:

> Yes... php_gd2.dll is shipped with the core, just to make life more
> confusing for all.
>
>> Anyway, I found the file from your downlaod area:
>> http://perisama.net/downloads/MSVC6/PHP-5.2.5/Release/ext/php_gd2.dll
>>
>> It works great with the latest release!
>
> Elizabeth, is that the same compiler version you used for PHP-GTK2, and
> is it NTS? If not, you might want to make it available via gtk.php.net
> to stave off further confusion.
>
> - Steph
>

Yeah, php_gd2.dll and some other "standard" extensions are included with
the main php-nts download (I thought I made that clear in my reply) and
you can use the nts pecl extensions as well.

Yes and yes steph - the php version I shipped is just the standard nts
build on MSVC6, those files on perisama (in that msvc6/release
directory) are just a standard nts build on MSVC6 - they're identical to
the "official" release (I have other builds on the site but that's the
right one)

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


Re: gd2 for new PHP-GTK2 release

by Steph Fox :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Elizabeth,

> Yeah, php_gd2.dll and some other "standard" extensions are included with
> the main php-nts download (I thought I made that clear in my reply) and
> you can use the nts pecl extensions as well.

There's not much point in shipping NTS PHP if everyone will need to download
NTS PHP separately just to get images working. They can't get NTS php_gd.dll
any other way at present, unless you want to put your link for it on
gtk.php.net alongside a link to the relevant pecl NTS bundle.

> Yes and yes steph - the php version I shipped is just the standard nts
> build on MSVC6, those files on perisama (in that msvc6/release
> directory) are just a standard nts build on MSVC6 - they're identical to
> the "official" release (I have other builds on the site but that's the
> right one)

Ah k - I wasn't sure if you'd gone VC8 on this.

- Steph

>
> --
> PHP-GTK General Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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


Re: gd2 for new PHP-GTK2 release

by James-89 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

can someone tell me how to check for which e-mail of mine that got
subscribed to this list?
i would like to unsubscribe, but failed...

On 3/4/08, Steph Fox <steph@...> wrote:

>
> Hi kksou, Elizabeth,
>
> >> 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.
> >
> > I downloaded the file you mentioned from php.net/downloads.
> Interestingly,
> > it has all the extensions, but not php_gd2.dll!
>
> Yes... php_gd2.dll is shipped with the core, just to make life more
> confusing for all.
>
> > Anyway, I found the file from your downlaod area:
> > http://perisama.net/downloads/MSVC6/PHP-5.2.5/Release/ext/php_gd2.dll
> >
> > It works great with the latest release!
>
> Elizabeth, is that the same compiler version you used for PHP-GTK2, and is
> it NTS? If not, you might want to make it available via gtk.php.net to
> stave
> off further confusion.
>
> - Steph
>
> >
> > Thanks!
> >
> > Warm Regards,
> > /kksou
> >
> > --
> > View this message in context:
> >
> http://www.nabble.com/gd2-for-new-PHP-GTK2-release-tp15799375p15822934.html
> > Sent from the Php - GTK - General mailing list archive at Nabble.com.
> >
> >
> > --
> > PHP-GTK General Mailing List (http://gtk.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>
>
> --
> PHP-GTK General Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>