On Tue, 15 Mar 2005 10:03 pm, Voytek wrote:
> how can I determine what version of gd do I have installed ?
>
> as far as I recall, I've installed 'gd-2.0.21-5.20.1.i686.rpm', but what
> will tell me actuall installed version ?

If you have PHP >=4.3.0 installed and compiled with GD support dump the 
following in a php file and view in a web browser/lynx etc:

<?PHP print_r(gd_info()); ?>

That do the trick?

James
-- 
Air is water with holes in it
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to