Re[2]: [PHP] How do I check GD version?

2001-12-09 Thread faeton
Hello Rasmus, 9 Dec 2001, 1:55:56, you've written: RL phpinfo() would tell you. Look for the block titled GD. If you don't RL see one, you don't have GD support in your PHP build. And what if it is written there that i've got GD version 1.6.2 or higher?

[PHP] How do I check GD version?

2001-12-08 Thread Torkil Johnsen
Cheers all... This mail got rather long, so here are my 3 questions in a short version: 1) What is GD? (fore use with imagecopyresampled function) 2) How can I run a function that will tell me what version of GD is installed on my server, if any version at all? 3) Anyone know of some good hosts

Re: [PHP] How do I check GD version?

2001-12-08 Thread Rasmus Lerdorf
This mail got rather long, so here are my 3 questions in a short version: 1) What is GD? (fore use with imagecopyresampled function) GD is an image library. You need GD version 2.0.1 or higher to use imagecopyresampled(). 2) How can I run a function that will tell me what version of GD