Re: [PHP] PNG support...

2001-08-20 Thread Jeff Lewis

The GD section looks like:

gd
  GD Support enabled
  GD Version 1.6.2 or higher
  FreeType Support enabled
  FreeType Linkage with TTF library
  JPG Support enabled
  WBMP Support enabled


Hopefully that shows :)

GD Support: Enabled
GD Version: 1.6.2 or higher
FreeType Support: enabled
FreeType Linkage: with TTF library
JPG Support: enabled
WBMP Support: enabled

Jeff
- Original Message -
From: "scott [gts]" <[EMAIL PROTECTED]>
To: "php" <[EMAIL PROTECTED]>
Sent: Monday, August 20, 2001 10:57 AM
Subject: RE: [PHP] PNG support...


> looks like some GD options were changed between builds.
>
> check phpinfo() to find out how PHP was compiled,
> and what version GD it's using.
>
> > -Original Message-
> > From: Jeff Lewis [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, August 20, 2001 10:21 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] PNG support...
> >
> >
> > With 4.04 I had PNG working fine and could create images in a cron job I
> > was running.  When we upgraded to 4.06 we seemed to have lost the
ability.
> >  While calling my PHP file up in the browser, it creates the image but
my
> > cron job keeps failing with this error:
> >
> > ImageCreateFromPng: No PNG support in this PHP build
> >
> > Anyone have any hints on how to fix this?
> >
> > Jeff
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] PNG support...

2001-08-20 Thread scott [gts]

looks like some GD options were changed between builds.

check phpinfo() to find out how PHP was compiled,
and what version GD it's using.

> -Original Message-
> From: Jeff Lewis [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 20, 2001 10:21 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PNG support...
> 
> 
> With 4.04 I had PNG working fine and could create images in a cron job I 
> was running.  When we upgraded to 4.06 we seemed to have lost the ability. 
>  While calling my PHP file up in the browser, it creates the image but my 
> cron job keeps failing with this error:
> 
> ImageCreateFromPng: No PNG support in this PHP build 
> 
> Anyone have any hints on how to fix this?
> 
> Jeff
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PNG support...

2001-08-20 Thread Brian C. Doyle

I have had the same problem with no resolution is this a BUG?

At 10:21 AM 8/20/01 -0400, Jeff Lewis wrote:
>With 4.04 I had PNG working fine and could create images in a cron job I 
>was running.  When we upgraded to 4.06 we seemed to have lost the 
>ability.  While calling my PHP file up in the browser, it creates the 
>image but my cron job keeps failing with this error:
>
>ImageCreateFromPng: No PNG support in this PHP build
>
>Anyone have any hints on how to fix this?
>
>Jeff


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PNG support...

2001-08-20 Thread Jeff Lewis

With 4.04 I had PNG working fine and could create images in a cron job I was running.  
When we upgraded to 4.06 we seemed to have lost the ability.  While calling my PHP 
file up in the browser, it creates the image but my cron job keeps failing with this 
error:

ImageCreateFromPng: No PNG support in this PHP build 

Anyone have any hints on how to fix this?

Jeff