[PHP] GD 2.0 Souce tar ball ?

2002-12-20 Thread R'twick Niceorgaw
Hi guys, does any one have latest GD 2.0 source tarball and care to share ? seems like the url http://www.boutell.com/gd is down Regards -R'twick -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP gd-2.0

2002-07-10 Thread Mike
Hello, I'm trying to use imagecreatetruecolor imagecopyresampled to resize some of my images. The problem is I can't get PHP Version 4.0.6 to recognize that I have gd-2.0 installed. I keep getting this error: Fatal error: imagecreatetruecolor(): requires GD 2.0 or later. I have these files in

[PHP] Re: PHP gd-2.0

2002-07-10 Thread Derick Rethans
Mike, I suggest you try the latest snapshot http://snaps.php.net/php-latest.tar.gz and configure like this: ./configure --with-gd=php --other options This will use the bundled GD library, which is more current than any 'official' release. The PHP Dev Team decided to bundle it to make sure

[PHP] Re: PHP gd-2.0

2002-07-10 Thread Ricky Dhatt
I've done it, and it's quite a pain. Try http://www.php.net/~rasmus/gd.html and look for Rasmus's posts on google groups for some insight. One problem I had was that configure kept finding old gd's; I had go thru my system and rename them temporarly to get it to work. Mike [EMAIL PROTECTED]

[PHP] GD 2.0

2001-10-18 Thread Chris Aitken
Just wondering if anyone has managed to install GD 2 on their system. I have been trying to play with image manipulation on my FreeBSD4.3 box using PHP, and it tells me that I need GD 2 installed to use image resampling, but even after ive updated my ports tree, it still only had GD 1.8 I

Re: [PHP] GD 2.0

2001-10-18 Thread Rasmus Lerdorf
See http://www.php.net/~rasmus/gd.html for tips on building from source. Just stick the gd2 filename you see there into google to find it somewhere. Boutell's site seems a tad unstable. -Rasmus On Fri, 19 Oct 2001, Chris Aitken wrote: Just wondering if anyone has managed to install GD 2 on

[PHP] gd 2.0

2001-04-07 Thread J.R. Lillard
has anyone gotten php to compile with gd 2.0? i know gd 2.0 is still in beta, but i was able to compile and install it without any problems. when compiling php, however, i end up with some error in regards to the libmysql extension. if i switch back to gd 1.8, all works fine. -jr -- PHP