Re: [PHP-DEV] Re: Bug #17912 Updated: getting info from gd.so

2002-06-21 Thread Markus Fischer
On Sat, Jun 22, 2002 at 12:42:51AM +0200, [EMAIL PROTECTED] wrote : > On Sat, 22 Jun 2002 [EMAIL PROTECTED] wrote: > > > Hey, > > > > I thought I fixed this already > > Ah... but not for the 2.0 things. I'll have a look tomorrow and fix it. That's kewl, definitely! - Markus --

Re: [PHP-DEV] Re: Bug #17912 Updated: getting info from gd.so

2002-06-21 Thread derick
On Sat, 22 Jun 2002 [EMAIL PROTECTED] wrote: > Hey, > > I thought I fixed this already Ah... but not for the 2.0 things. I'll have a look tomorrow and fix it. Derick > > Derick > > On Fri, 21 Jun 2002, Markus Fischer wrote: > > > This reminds me: don't we want to remove those code

Re: [PHP-DEV] Re: Bug #17912 Updated: getting info from gd.so

2002-06-21 Thread derick
Hey, I thought I fixed this already Derick On Fri, 21 Jun 2002, Markus Fischer wrote: > This reminds me: don't we want to remove those code elements: > > #ifdef HAVE_WHATEVER_GD_FEATURE > doit > #else > php_error(E_WARNIGN, "not supported in this buil" > #e

[PHP-DEV] Re: Bug #17912 Updated: getting info from gd.so

2002-06-21 Thread Markus Fischer
Hi, On Fri, Jun 21, 2002 at 08:32:18PM -, [EMAIL PROTECTED] wrote : > p.s. i tried to solve this problem with > function_exists("imagecreatetruecolor") but that always returns true, > and after i call it it says i need GD2.0 or higher (which is the truth) That's exactly my point too

[PHP-DEV] Re: Bug #17912 Updated: getting info from gd.so

2002-06-21 Thread Markus Fischer
This reminds me: don't we want to remove those code elements: #ifdef HAVE_WHATEVER_GD_FEATURE doit #else php_error(E_WARNIGN, "not supported in this buil" #endif so finally "function_exists" makes sense here. I'ld like to see this happening before 4.3